iOS - UINavigationController adding multiple right items?

前端 未结 6 587
终归单人心
终归单人心 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:35

    As of iOS5 you can assign an array of bar button items to the navigation item's rightBarButtonItems (note the plural) property.

提交回复
热议问题