Monday, October 21, 2013

Scroll UITextView to top .--- IOS

 UITextView *YourTextView
  [YourTextView setContentOffset:CGPointMake(0, 0) animated:YES];

No comments:

Post a Comment