Re: Why would UIBarButtonItems simply not show up?

2012-07-10 Thread Gavin Stokes
Ugh, never mind. The graphic files hadn't been added to the project. I would've expected a warning message to the console or a blank button, but got neither. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or m

Why would UIBarButtonItems simply not show up?

2012-07-10 Thread Gavin Stokes
I have a screen that can be flipped over to show a map, and from the map the user can invoke a detail controller for an item on the map. So I instantiate a navigation controller, make the map controller its root-view controller, and then invoke it: - (void)showMap { StashMapController* mapContr