> On Nov 24, 2015, at 16:10 , Quincey Morris > <[email protected]> wrote: > > On Nov 24, 2015, at 16:04 , Rick Mann <[email protected]> wrote: >> >> The iOS Photos app is a perfect example of the behavior I've been asked to >> implement. > > I don’t think your approach is wrong, I just don’t know what the recommended > behavior is. > > The other thing that confuses me is that iOS has “selection” and > “highlighting” and I’ve never understood how (or if) they’re related. If > highlighting is what selection does to show that a cell is selected, then you > might be able to solve your problem by using the > collectionView:shouldHighlightItemAtIndexPath: delegate method.
Agreed. I would have thought that implementing collectionView:shouldHighlightItemAtIndexPath: would stop the highlight, but it also stops the segue. -- Rick Mann [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
