I have created a very minimal demo app to show some basic navigation using a UINavigationController:
I have two storyboards. The idea is to let a tap on a UIBarButtonItem
in (A) present a view controller (B) from a second storyboard, then be able to dismiss (B) to return to (A).
Not sure how technical I need to be, as I'm just puzzled by the appearance of the UIBarButtonItem
when returning to A (seen in the screenshot as C). Basically, the button appears to be disabled.
When I change the bar button to show an image, the image does not change appearance and basically works as expected.
Any ideas?