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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -