4

I want to use large title navigation bar. But navigation bar is getting smaller when I scroll screen. How can I disable shrink to NavigationBar.

        self.navigationController?.navigationBar.prefersLargeTitles = true
rmaddy
  • 314,917
  • 42
  • 532
  • 579
Yunus T.
  • 569
  • 7
  • 13

1 Answers1

3

I solved the problem:

Make sure there is no scrollview at the top of your view hierarchy. If you have scrollView(TableView, CollectionView) it is shrink.

enter image description here

Yunus T.
  • 569
  • 7
  • 13