UINavigationController, hidesBarsWhenVerticallyCompact, and "unhandled taps" - how to "handle" them
UINavigationController, hidesBarsWhenVerticallyCompact, and "unhandled taps" - how to "handle" them
- Subject: UINavigationController, hidesBarsWhenVerticallyCompact, and "unhandled taps" - how to "handle" them
- From: David Hoerl <email@hidden>
- Date: Tue, 10 Nov 2015 10:46:04 -0500
- X_v_e_cd: dfbc8a8be1c79af2461718c8738af594
- X_v_r_cd: f25257933e794edf69d80cd88febdba0
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 shows again!
Is there some magic that would convince the navigation controller that I
have in fact handled the tap?
- David
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden