I want to have a navigation bar with a settings button on it that stays there regardless of which tab it is on.
Sorry for the short message its late for me,
Chase
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What you can do is drag a UIToolBar onto your storyboard controllers and set the buttons and the actions you want there. You could make all your controllers extend form the same base class as to not have to repeat your code, as well as instantiate this toolbar in code if you find it more pleasing.
The problem will be when it comes to using navigation as the navbar will replace/overlap with this toolbar.