カスタム タイトルのカスタム タブ バー アイテムを作成しようとしていますが、標準のシステム アイコンを使用したいと考えています。
これが私のコードです:
UITabBarItem *aboutUsItem = [[UITabBarItem alloc] initWithTabBarSystemItem: UITabBarSystemItemContacts tag: 0];
overOnsItem.title = @"About us";
self.tabBarItem = AboutUsItem;
しかし、これは機能しません..
前もって感謝します!