I was wondering if there is a way to create a navigationBar like the one in this photo:
http://s2.postimage.org/ewem26czd/foto.jpg
and there is a way to customize its background?
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.
It’s fairly easy to customize a UINavigationBar. Simply create a subclass of it, and in the XIB where you find the UINavigationController, use the inspector on the right to change the class of the navigation controller’s navigation bar to your subclass.