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