こんにちは私はUITabBarのテキストを変更する方法を理解しようとしてきました。私はこれを試していますが、機能していません。どうすればよいですか?
- (id)init
{
UITabBarItem* theItem = [[UITabBarItem alloc] initWithTitle:[UIFont fontWithName:@"HelveticaNeue" size:nil] image:nil tag:0];
self.tabBarItem = theItem;
return self;
}