UITabBarItem的一些系统类型

typedef enum {

    UITabBarSystemItemMore,

    UITabBarSystemItemFavorites,

    UITabBarSystemItemFeatured,

    UITabBarSystemItemTopRated,

    UITabBarSystemItemRecents,

    UITabBarSystemItemContacts,

    UITabBarSystemItemHistory,

    UITabBarSystemItemBookmarks,

    UITabBarSystemItemSearch,

    UITabBarSystemItemDownloads,

    UITabBarSystemItemMostRecent,

    UITabBarSystemItemMostViewed,

} UITabBarSystemItem;

你可能感兴趣的:(tab)