Re: Nav stack creating a bunch of UIImageViews on top of my view

2013-08-20 Thread Rick Mann
Nevermind, it was a red herring. I thought those views were blocking user interaction, but it's autolayout sucking ass again, shrinking a parent view such that it was not encompassing a button in a subview. On Aug 20, 2013, at 19:12 , Rick Mann wrote: > iOS 6.1.3. > > I have a navigation stac

Nav stack creating a bunch of UIImageViews on top of my view

2013-08-20 Thread Rick Mann
iOS 6.1.3. I have a navigation stack in a UIPopover, using autolayout, and I'm programmtically instantiating a couple of view controllers from scenes in the storyboard and installing them in a view controller container view in the view controller on the top of my navigation stack. I swap VCs as