-1

I am trying to have a UINavigation controller with a title view the logo for the app, and a UISegmentedControl below it, however, it is too tall to fit in the Navigation bar. Is there any way to have a toolbar with a UISegmentedControl that is under the navigation bar and doesn't move when you switch views by selecting a Segment? Thanks!

user3798780
  • 101
  • 8

1 Answers1

0

I solved this by setting animated to NO when switching views and keeping the same UIsegmentedcontrol within a toolbar under the NavigationBar on all three of my views

user3798780
  • 101
  • 8