찾다

 >  Q&A  >  본문

objective-c - tabBarItem的标题

 foodViewController *food =[[foodViewController alloc]init];
    food.view.backgroundColor=[UIColor redColor];
    food.tabBarItem.title=@"觅食";
    
    food.tabBarItem= [[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemSearch tag:1];

标题不变 怎么解决 想用UITabBarSystemItemSearch 但是怎么修改标题呢?

迷茫迷茫2757일 전637

모든 응답(0)나는 대답할 것이다

답장 없음
  • 취소회신하다