UItabbar item not showing storyboard reference

前端 未结 4 750
死守一世寂寞
死守一世寂寞 2020-12-29 02:54

I\'m trying to use the new storyboard references in a tabbar. When I use the storyboard reference, the UITabBarItem (with customized image & text set), isn\'t showing an

4条回答
  •  攒了一身酷
    2020-12-29 03:00

    you can get storyboard reference like this

    UIStoryboard *mainStoryboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle: nil];

提交回复
热议问题