While showing a modal view I change the style of a UIBarButtonItem in the view controller beneath.
Though, when dismissing the modal view the UIBarButtonItem does not reflect the set style. Do I need to send some refresh message?
This is happening in the simulator. If the device behaves the same, I don't know.