How would I go about creating a navigation bar which looks like this:
https://i.stack.imgur.com/bbaCz.png
It’s more flat than the default bar, and the dropshadow inside the title also seems different.
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.
You’ll need to create some custom resources and use them either with a
-drawRect:override, or if you are okay targeting only iOS 5,UIAppearance.These links should help.
Edit: also for the title text, you’ll want to add a custom
UILabelsetup how you like as the titleView of the navigation controller. Or for iOS 5 you can use thetitleTextAttributesonUINavigationBar.