ios - TextView And Its Content -


i want place information text in main scene of application. when ı place text view, content starts @ middle. there between text , top boundary of textview.

how can make text start @ first line of textview ?

you can set contentoffset property of textview 0 like

textview.setcontentoffset(cgpoint.zero, animated: false) 

Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -