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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -