私が正しく理解している場合は、お気に入りのスターや検索の虫眼鏡のようなものを取得する方法を知りたいとします。あれは正しいですか?私は自分自身を使用しない(
UITabBarSystemItemMore
UITabBarSystemItemFavorites
UITabBarSystemItemFeatured
UITabBarSystemItemTopRated
UITabBarSystemItemRecents
UITabBarSystemItemContacts
UITabBarSystemItemHistory
UITabBarSystemItemBookmarks
UITabBarSystemItemSearch
UITabBarSystemItemDownloads
UITabBarSystemItemMostRecent
UITabBarSystemItemMostViewed
Interface Builderでこれを行うには:
systemItemは、これらのいずれかである
- (id)initWithTabBarSystemItem:(UITabBarSystemItem)systemItem tag:(NSInteger)tag;
:、コードでそれを行うこのUITabBarItem機能を使用するには
)、UITabBarを追加してからUITabBaritemを追加します。インスペクタのTab BarItem Attributes:BarItemから棒アイテムのタイプを選択します。
実際にはUITabBarsを作成するのはかなり複雑です。ドキュメントを注意深く読んで、チュートリアルを見てください。あなたが混乱している場合、あなたは一人ではありません。 (UIToolbar(ユーザーが行動を起こす)とUITabBar(ユーザーが見ているものや情報の表示方法を変更できるようにする)の違いを確認してください。
注:カスタムたとえば、検索アイコンを使用して「同じデータを表示するがフォントサイズを大きくする」ことを意味しない場合は、アプリケーションを拒否します。