I have
- UIScrollView
- Stickers
- Stickers
- UICollectionView
I turned off the scroll function of UICollectionViews, so I only want to scroll it using Scrollview. My problem is that I do not know how I can calculate the height of UICollectionViews so that I can update the UIScorllView. If there are many elements inside the UICollectionView, it is clipped.
I created this little HTML example to show what I'm looking for. http://jsfiddle.net/hDwPH/
Dummy code
ios objective-c xcode storyboard
Simon edstrΓΆm
source share