macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

UITabBarSystemItem

タブバーのシステムアイコン定数
typedef enum {
   UITabBarSystemItemMore,
   UITabBarSystemItemFavorites,
   UITabBarSystemItemFeatured,
   UITabBarSystemItemTopRated,
   UITabBarSystemItemRecents,
   UITabBarSystemItemContacts,
   UITabBarSystemItemHistory,
   UITabBarSystemItemBookmarks,
   UITabBarSystemItemSearch,
   UITabBarSystemItemDownloads,
   UITabBarSystemItemMostRecent,
   UITabBarSystemItemMostViewed,
} UITabBarSystemItem;

解説

タブバーのシステムアイコン定数

UITabBarSystemItemMore その他
UITabBarSystemItemFavorites よく使う項目
UITabBarSystemItemFeatured おすすめ
UITabBarSystemItemTopRated トップレート
UITabBarSystemItemRecents 履歴
UITabBarSystemItemContacts 連絡先
UITabBarSystemItemHistory 履歴
UITabBarSystemItemBookmarks ブックマーク
UITabBarSystemItemSearch 検索
UITabBarSystemItemDownloads ダウンロード
UITabBarSystemItemMostRecent 最新
UITabBarSystemItemMostViewed 人気

クラス

UITabBarItem

Constants

使用可能

iPhone2.0

参照