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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -