automatic scroll occurs in ios 4.3 , when textViewShouldBeginEditing method call.
I want to stop this automatic scrolling.
currently scroll goes upside.
automatic scroll occurs in ios 4.3 , when textViewShouldBeginEditing method call. I want to
Share
set this frame in textview begin editing.
And set y position of textview txtview.contentSize.height-txtview.frame.size.height
in textview should change in characters.
It works..