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

后端 未结 6 581
天命终不由人
天命终不由人 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 06:45

    Man, try this!

    self.navigationItem.rightBarButtonItems = @[self.editButtonItem, spacer, b];
    

提交回复
热议问题