Guest User

Untitled

a guest
Apr 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. UIButton *button1 = ... // (allocate this and initialize it)
  2. UIButton *button2 = ... // (allocate this and initialize it)
  3.  
  4. UIScrollView *scrollView = ... // (allocate this and initialize it)
  5.  
  6. [scrollView addSubview:button1];
  7. [scrollView addSubview:button2];
Add Comment
Please, Sign In to add comment