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