Re: Embedded Collection View Controller scrolling issue

2017-06-26 Thread Doug Hill
Following up… I had some people mention the inherent difficulties of scroller-within-a-scroller implementations. After some more testing I notice that all taps are being ignored by subviews in the scroller as I scroll content up. That is, the newly displayed content will now not respond to any

Re: Embedded Collection View Controller scrolling issue

2017-06-20 Thread Doug Hill
> On Jun 19, 2017, at 11:50 PM, Quincey Morris > wrote: > > On Jun 19, 2017, at 23:45 , Doug Hill > wrote: >> >> I'm still looking for other ways to track this down. > > I think you’re going to have to submit a bug report or use a TSI to get Apple > to tell you w

Re: Embedded Collection View Controller scrolling issue

2017-06-19 Thread Quincey Morris
On Jun 19, 2017, at 23:45 , Doug Hill wrote: > > I'm still looking for other ways to track this down. I think you’re going to have to submit a bug report or use a TSI to get Apple to tell you what to do. ___ Cocoa-dev mailing list (Cocoa-dev@lists.a

Re: Embedded Collection View Controller scrolling issue

2017-06-19 Thread Doug Hill
Hello Quincey, First, I should have originally made clear this is iOS, apologies. Also, to clarify, I am talking about the drag-scroll gesture, which would be the Pan gesture. The scroller-within-a-scroller is definitely more complex but I've usually made them work in previous view controller

Re: Embedded Collection View Controller scrolling issue

2017-06-19 Thread Quincey Morris
On Jun 19, 2017, at 16:22 , Doug Hill wrote: > > The embedded collection view will only scroll if I drag on the area of the > collection view that is originally visible. Can you clarify this a bit? Are you talking about the autoscrolling that happens when you drag-select, or scrolling that hap

Embedded Collection View Controller scrolling issue

2017-06-19 Thread Doug Hill
I have a View Controller that has some embedded view controllers in it. One of the embedded view controllers is a Collection View Controller. This view controller is a grid of values that can be an arbitrary content size (e.g. number of cells) but the collection view bounds has fixed size. The c