Closed H2OBorne closed 8 years ago
Hey, as far as I know there's nothing special you need to do. I managed to pass touches to an embedded scroll view just by adding it to the hierarchy and settings its content size to something reasonable. Here's how it looks:
Oh sweet. I'll check again. I was having trouble with an UIScrollView filling the entire page, but this is the same concept. Surely something dumb has happened.
Thanks :)
No problem, let me know how it goes.
Is there a recommended way to pass gestures through to an UIScrollView embedded within one of the UIViewControllers presented by the SCPageViewController? I would ideally like to handle
viewDidScrollView:
for the presented UIScrollView in one of the presented UIViewControllers.I note that UICollectionViews function just fine.
I'm assuming I've totally overlooked something.
Thanks!