Re: UINavigationController, hidesBarsWhenVerticallyCompact, and "unhandled taps" - how to "handle" them

2015-11-10 Thread David Duncan
> On Nov 10, 2015, at 7:46 AM, David Hoerl wrote: > > Title pretty much says it - I have a UICollectionView, > hidesBarsWhenVerticallyCompact = true. Rotate to hide the nav bar works fine. > > I can press and drag to scroll, no change. But if I tap on a cell, even if my > code "handles the ta

UINavigationController, hidesBarsWhenVerticallyCompact, and "unhandled taps" - how to "handle" them

2015-11-10 Thread David Hoerl
Title pretty much says it - I have a UICollectionView, hidesBarsWhenVerticallyCompact = true. Rotate to hide the nav bar works fine. I can press and drag to scroll, no change. But if I tap on a cell, even if my code "handles the tap" by implementing the collection view delegate, the nav bar s