I have a UITableView for an iPad app. On the left is the Popover button and on the right is an Add button.
Is it possible to add another button (info) to the menu bar?
If so, examples would be most welcome.
Thanks
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 can’t add more than one button on each side of navigation bar, but you can add a custom view that has two or more buttons which would look and work the same way. Check out UIBarButtonItem’s initwithCustomView: method.