• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Embedded Collection View Controller scrolling issue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Embedded Collection View Controller scrolling issue


  • Subject: Re: Embedded Collection View Controller scrolling issue
  • From: Quincey Morris <email@hidden>
  • Date: Mon, 19 Jun 2017 23:29:39 -0700

On Jun 19, 2017, at 16:22 , Doug Hill <email@hidden> 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 happens when you use a scroll
gesture on a trackpad? If you click on one of the
previously-hidden-but-now-exposed rows, then try to drag it as a separate step,
does the scroll happen?

I’d assume the problem arises because you have a scroll view within a scroll
view, and each scroll has installed a pan gesture recognizer. The recognizer
may be capturing the visibleRect of the scrolled view, and when you scroll the
outer view, there may not be anything to tell the inner view that its
visibleRect has changed.

This is all pretty moot, though. Even if that’s the explanation, I can’t think
of anything you can do about it.

_______________________________________________

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

  • Follow-Ups:
    • Re: Embedded Collection View Controller scrolling issue
      • From: Doug Hill <email@hidden>
References: 
 >Embedded Collection View Controller scrolling issue (From: Doug Hill <email@hidden>)

  • Prev by Date: Re: NSTimer or what?
  • Next by Date: Re: Embedded Collection View Controller scrolling issue
  • Previous by thread: Embedded Collection View Controller scrolling issue
  • Next by thread: Re: Embedded Collection View Controller scrolling issue
  • Index(es):
    • Date
    • Thread