ios - UITabBar item title repeated in the bottom left corner - visual bug -


i have uitabbarcontroller tabbaritems set in (inherited) code. strange reason can't figure out, title of first tabbaritem repeated in gray in bottom left corner of tabbar. believe i've seen 2 titles overlapping there. idea root cause of this? thanks.

enter image description here

i figured out finally! call setuptabbar() icon title , selected/deselected images made in create() function, i.e. during viewcontroller initialization. i've moved viewdidload() , visual bug gone. again!


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -