How to put a view on the back button of navigation bar?
How to put a view on the back button of navigation bar?
Not on title view, but on the back button. It seems like to me开发者_运维问答 that the back button is a UIBarButtonItem, which doesn't inherite UIView.
You can do it programmatically using initWithCustomView.
AtomicElementViewController.m has a good example of this.
精彩评论