Guest User

Untitled

a guest
Jul 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. myScrollView = [[UIScrollView alloc]initWithFrame:newFrame];
  2. myScrollView.contentSize = NEEDS A VALUE;
  3. [myScrollView addSubview:waveView];
  4. [myContentView addSubview:myScrollView];
  5. [myScrollView release];
Add Comment
Please, Sign In to add comment