I have a UICollectionView
inside a UIScrollView
.
My plan is, if the UICollectionView
reached the Top or Bottom the
outer ScrollView gets the scroll gestures. If the outer
ScrollView reached the Top or the Bottom, the CollectionView gets
the gestures.
How can I do it?
Okay, here is my Solution in some words:
very simple! Observe the contentOffset like this:
this methode get called: