Questions tagged [preferslargetitles]
54 questions
0
votes
0 answers
Large title automatically expands when collapsed and button changes title. Any thoughts?
I have a view with a large title navigation bar, and a scrollview with a content view inside it. The scrollview is scrolling normally (alwaysBouncesVertical set to true) and the large title collapses and expands as it is supposed to.
I have a button…

Rodrigo Guimarães
- 101
- 8
0
votes
2 answers
Changing the font of a Large Titled Navigation Bar in Swift
How do I change the font of a Large Titled Navigation Bar in Swift?
I was unable to find a thread which covered implementing custom fonts for a navigation bar with a large title.
I am trying to use the font titled: "ヒラギノ角ゴシック W8.ttc". This…

Ryan
- 107
- 7
- 30
0
votes
1 answer
How to reset a transparent 'large title' UINavigationBar to default appearance settings?
I'm trying to work out how to reset a transparent 'large title' nav bar to the default appearance settings.
I use the following setTransparent() function to configure my transparent navbar.
The reset() function successfully resets the default size…

aiden
- 21
- 2
0
votes
0 answers
Swift - Segue between Views with different titleDisplayMode shows a black bar
When I'm doing a segue between views with largeTitle on in the first and off in the second there is always a black bar while the animation from large to small runs. Is there any way to fix that? Can I change that color?

Tobi
- 67
- 4
0
votes
0 answers
iOS 11 prefersLargeTitles animation not smooth
I have a storyboard for a viewController and set prefersLargeTitles = true.
I have a question:
The prefersLargeTitles drops quickly as I slip the scrollerview. I'm sure it doesn't have the sort of systematic transition effect.
I don't know why it…
0
votes
1 answer
Make Navigation Controller's largeTitleDisplayMode react to specific scrollViews
I'm trying to implement the new largeTitleDisplayMode feature in my app. I have a top level mainScrollview that that has multiple childTableViews inside of it. You can swipe left/right(basic page control) inside the mainScrollview to view all the…

Salil Thakur
- 118
- 1
- 8
0
votes
0 answers
Different behaviour of navigationBar prefersLargeTitles for iPhone8+ and iPhone X
The same ViewController navigation bar for two devices is shown in different modes at launch. This navigation bar is collapsed in iPhone8+. But it is possible to expand it. How to fix it? I've got 'safe area' constraints.
The content size is much…

Vyacheslav
- 26,359
- 19
- 112
- 194
-1
votes
1 answer
IOS Large Title - Snapping upon launching new activity
I have a problem within my app where a LargeTitle is set on View1, however when I launch View2 the title snaps back to small. As a result when the back button is pressed on View2, View1 launches with the LargeTitle snapping from small to large.
The…

George Parkinson
- 1
- 1
-1
votes
1 answer
largeTitleDisplayMode doesn't work properly?
I added the UINavigationBar with a large title in it. After that, I added a UITableView to this UIViewController. I gave the large title content mode to .always. But when I scroll the UITableView it hides and showed in the top of…

Ambrose Jesuraj
- 103
- 1
- 10