iOS - UINavigationController adding multiple right items?

前端 未结 6 591
终归单人心
终归单人心 2021-02-01 15:07

I have a UINavigationController. I\'m trying to add multiple buttons on the right side of my navigationBar. How can I achieve this? What kind of button does it take

6条回答
  •  长情又很酷
    2021-02-01 15:39

    I am sure I read in the developer reference that additional buttons in the navigation bar is frowned upon. I cannot find that passage now. I have not done it myself, but found this link that seems to outline exactly what you need to do: (http://www.mattdipasquale.com/blog/2010/11/02/how-to-add-multiple-uibarbuttonitems-to-uinavigationbar/)

    Have you considered using the toolbar property of the navigation controller?

提交回复
热议问题