ios - TextView settings attributed text adds inset -


i set attributed text textview , vc appears text appears did not beginning (it scrolled 100 point down).

why , how can fix it?

[edited] add in viewwillappear or viewdidload

 [textview scrollrangetovisible:nsmakerange(0, 0)]; 

Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

How to provide Authorization & Authentication using Asp.net, C#? -