objective c - How do I add a UIView to a scrollview that doesn't move? -
I have a scrollview that scrolls vertically through a large UIView. I want to add another small UIVV to the place that lives in the same place (floating), no matter where you go.
Why do not you add small UIIVOs to the supervision of ScrollView?
Say your view hierarchy is as follows:
- UIView (main)
- ScrollView
- UIView (big)
Resize your small UIView and fix
- ScrollView
- UIView (main)
- ScrollView
- UIView (large)
- UIView (main) short)
- ScrollView
Comments
Post a Comment