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

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -