Advertisement
wkerswell

Untitled

Mar 4th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.     [self.UIScrollView setContentSize:CGSizeMake(self.view.frame.size.width, 10000)];
  3.  
  4.     //set the height of the scroll view.
  5.     self.UIScrollView.contentSize = CGSizeMake(self.UIScrollView.frame.size.width, ThreelabelsHeight);
  6.    
  7.     //add the scroll view to the main view
  8.     [self.view addSubview:self.UIScrollView];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement