使用iOS 7提供的标准图标/字形

时间:2013-10-09 20:35:49

标签: ios xcode

我想将手机应用中使用的标准iOS 7电话图标添加到我的一个按钮中。我如何在Xcode中执行此操作?无法在任何地方找到它。

1 个答案:

答案 0 :(得分:0)

不幸的是,第三方开发人员只能使用以下系统标签栏项目,而手机标签不是其中之一。如果你真的只是在寻找图标,它也不可用。你可以做的最接近的事情是创建自己的。

typedef enum {
   UITabBarSystemItemMore,
   UITabBarSystemItemFavorites,
   UITabBarSystemItemFeatured,
   UITabBarSystemItemTopRated,
   UITabBarSystemItemRecents,
   UITabBarSystemItemContacts,
   UITabBarSystemItemHistory,
   UITabBarSystemItemBookmarks,
   UITabBarSystemItemSearch,
   UITabBarSystemItemDownloads,
   UITabBarSystemItemMostRecent,
   UITabBarSystemItemMostViewed,
} UITabBarSystemItem;