Re: Avoid selection marking on cell tap

2015-11-24 Thread Quincey Morris
On Nov 24, 2015, at 16:04 , Rick Mann 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

Re: Avoid selection marking on cell tap

2015-11-24 Thread Rick Mann
> On Nov 24, 2015, at 16:10 , Quincey Morris > wrote: > > On Nov 24, 2015, at 16:04 , Rick Mann wrote: >> >> The iOS Photos app is a perfect example of the behavior I've been asked to >> implement. > > I don’t think your approach

Re: Avoid selection marking on cell tap

2015-11-24 Thread Rick Mann
> On Nov 24, 2015, at 16:00 , Quincey Morris > wrote: > > On Nov 24, 2015, at 15:38 , Rick Mann wrote: > >> Our selection marking doesn't really work for the tap that segues into the >> detail view. We only use the selection

Re: Avoid selection marking on cell tap

2015-11-24 Thread Quincey Morris
On Nov 24, 2015, at 15:38 , Rick Mann wrote: > Our selection marking doesn't really work for the tap that segues into the > detail view. We only use the selection marking when in edit mode (e.g. > deleting a bunch of items). I believe the old iOS HIG used to say that

Avoid selection marking on cell tap

2015-11-24 Thread Rick Mann
I have a UICollectionView with a bunch of cells, like ya do. Our selection marking doesn't really work for the tap that segues into the detail view. We only use the selection marking when in edit mode (e.g. deleting a bunch of items). I can't figure out how to tell the collection view to not