Hi , i have UITExtView with (511 , 369 , 571 , 519)
context , so my keyboard popups on UITextView and filled some space on the screen , when users type some notes , the UITExtView
text moves under the keyboard , i was wondering how should implement specific context for textView to begin scroll down . i use this code but doesn't work !
[textPad scrollRectToVisible:CGRectMake(-120, 139, 751, 260) animated:YES];