Can't assign multiple Buttons to UINavigationItem when using Storyboard with iOS 5

后端 未结 6 552
天命终不由人
天命终不由人 2020-11-28 06:15

I\'m a iOS developer with a lot experience in developing the UI by code.

I\'m now testing the Storyboard functionality, because I testing to switch to \"design\" the

6条回答
  •  醉梦人生
    2020-11-28 07:05

    In Xcode7, it is possible to add the multiple buttons to UINavigationItem directly in storyboard, without creating an IBOutlet. simply drag multiple UIBarItems to the left or right section of the Navigation item.

提交回复
热议问题