large-title Questions

6

Solved

AppStore app has an icon with an image on the right side of the NabBar with Large Title: Would really appreciate if anyone knows how to implement it or ideas on how to do it. BTW: Setting an ima...
Talapoin asked 1/11, 2017 at 19:21

6

Solved

When using large titles and tapping the status bar to scroll to the top of a UIScrollView or UITableView (probably also UICollectionView, haven't tested this) it always goes a little too far. I ha...
Sawyer asked 31/5, 2018 at 13:14

9

I am in process of adding large title in navigation bar in one of the application. The issue is title is little long so I will require to add two lines in large title. How can I add large title wit...
Radiolarian asked 20/12, 2017 at 8:1

5

Solved

When using prefersLargeTitles for a UINavigationController's UINavigationBar in iOS 11, the nav bar increases height. The increase is from 44 to 96 on the iPhones I have checked, but I think those ...

7

Solved

I know how to set the color and change the font for the large title in iOS 11, but I am having a hard time finding the default font and font size for the large title. I would like to reproduce the ...
Kubetz asked 9/11, 2017 at 22:45

4

I’m attaching a UISearchController to the navigationItem.searchController on iOS 13. This works fine: I can use the nice iOS 13-style search bar. However, I’d like see the large titles and searchB...
Troostite asked 6/11, 2019 at 9:43

0

I have a view controller where I need to display multiline title on the navigation bar. For this, I have written a protocol like this - import UIKit protocol CustomNavigationBar { func setupNavi...
Halfsole asked 17/2, 2020 at 15:39

6

Solved

I am trying to implement the iOS 11 native large navigation bar title on my new application. By calling below functions in viewDidLoad(): navigationController?.navigationBar.prefersLargeTitles = ...
Saphra asked 5/12, 2017 at 8:45

1

Solved

I would like to know if is there any way to change the iOS Large Title left margin property. I tried to find the answer for it on the web, but I did not succeed. Extra question: is the default m...
Audiology asked 5/7, 2018 at 9:53

1

We have found what seems to be a bug in UIKit but wanted to post here to see if anyone else has this problem or found a solution. We're trying to use the new iOS11 large titles and hoisted search ...

1

I have tab bar controller with view controller that has only a table view in it. I am setting navigation bar large title using code: if (@available(iOS 11.0, *)) { [[UINavigationBar appearance] ...
1

© 2022 - 2025 — McMap. All rights reserved.