There are lots of posts on navigation bar but i need to resize it.
Means in my application it get bigger with each view. But i want to keep it smaller in size with all views.
How can i resize that and if possible put an image.
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.
To resize a navbar button — or to customize it in any way — you need to create a custom
UIBarButtonItemto add to the navbar.The following code snippet will create a customized
UIBarButtonItemthat contains a custom button with normal and highlighted images on it and is sized to be the same size as the image: