ios - (XCODE)Text view: shows bottom of text as first -
i saw lot of similar questions no answer didn't me. have table view static cells. every cell connected view controller text view. every text view has long text, has scrolled. unfortunately after moving view text, see bottom of text instead of top of it.
this how part view controllers in storyboard looks http://imgur.com/cndyyyv
have tried while updating text in textview?
[textview setcontentoffset:cgpointzero animated:yes];
Comments
Post a Comment