Draw custom Back button on iPhone Navigation Bar

前端 未结 2 881
夕颜
夕颜 2020-12-09 20:01

I\'ve got a UIView with a NavigationBar and I\'d like to add a button which looks like the style of a Back Button. I\'m not using a UINavigationController and was wondering

2条回答
  •  执笔经年
    2020-12-09 20:52

    You can also update this by modifying the backBarButtonItem on the previous view controller (not the currently viewed one).

提交回复
热议问题