Caption of tabBarItem - Stack Overflow
迷茫
迷茫 2017-05-02 09:34:38
0
0
647
 foodViewController *food =[[foodViewController alloc]init];
    food.view.backgroundColor=[UIColor redColor];
    food.tabBarItem.title=@"觅食";
    
    food.tabBarItem= [[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemSearch tag:1];

The title remains unchanged. How to solve it? I want to use UITabBarSystemItemSearch but how to change the title?

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template