I have added a UIBarButtonItem in IB. I am trying to change its image to a custom maximize/minimize graphic. How can I change the button's image in the viewDidLoad method? Is there a default maximize/minimize style I can choose from within IB?
|
feedback
|
|
If you don't have the images until run-time, you can create a new bar button item and replace the items in the toolbar or set the right/left item of a controller in a navigation stack.
| |||
|
feedback
|