現在、私はiphoneアプリケーションで作業しています.UITabbarを使用して5つのタブバーを作成し、UITabBarSystemItemを設定しています.3番目のタブを選択すると、UITabBarSystemItemContactsの代わりにカスタムイメージを変更しようとしましたが、うまくいきません. 私はこれを試しました:
UITabBarItem *filterTab4 = [self.tabBarController.tabBar.items objectAtIndex:3];
[filterTab4 setImage:[UIImage imageNamed:@"sample.png"]];