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 -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -