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

  • UIView (main)
    • ScrollView
      • UIView (large)
    • UIView (main) short)

Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -