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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -