Maison > Questions et réponses > le corps du texte
foodViewController *food =[[foodViewController alloc]init];
food.view.backgroundColor=[UIColor redColor];
food.tabBarItem.title=@"觅食";
food.tabBarItem= [[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemSearch tag:1];
Le titre reste inchangé. Comment le résoudre ? Je souhaite utiliser UITabBarSystemItemSearch mais comment changer le titre ?