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
Post a Comment