iOS - UINavigationController adding multiple right items?

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

    adding any design to the navigation controller in XCode is easy.

    add a UIView to your scene add the buttons you need to the UIView then drag and drop the UIView to the right space in the navigationController

提交回复
热议问题