For the navigation controller I have onscreen, I’d like to place two images within the navigation bar. Is there a way to do this? If so, how?
For the navigation controller I have onscreen, I’d like to place two images within
Share
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.
One way to do this is to use
UINavigationItem.titleViewandUINavigationItem.rightBarButtonItem. Like this :Here I am using
UIImageViewas custom view, but it can beUIButtonwith custom image.Check this:
How to add image in UINavigationBar in IPhone app