Make a custom back button for UINavigationController

后端 未结 3 1999
悲哀的现实
悲哀的现实 2020-12-17 04:41

I\'m developping an app for iOS 4.2+. I subclassed my UINavigationController to insert two UIImageView and make the navigation bar look custom. Eve

3条回答
  •  [愿得一人]
    2020-12-17 05:35

    I've come up with a somewhat universal solution: https://stackoverflow.com/a/16831482/171933 It involves a category on UIViewController and requires minimal code to have an image back button on all your screens.

提交回复
热议问题