我想将手机应用中使用的标准iOS 7电话图标添加到我的一个按钮中。我如何在Xcode中执行此操作?无法在任何地方找到它。
答案 0 :(得分:0)
不幸的是,第三方开发人员只能使用以下系统标签栏项目,而手机标签不是其中之一。如果你真的只是在寻找图标,它也不可用。你可以做的最接近的事情是创建自己的。
typedef enum {
UITabBarSystemItemMore,
UITabBarSystemItemFavorites,
UITabBarSystemItemFeatured,
UITabBarSystemItemTopRated,
UITabBarSystemItemRecents,
UITabBarSystemItemContacts,
UITabBarSystemItemHistory,
UITabBarSystemItemBookmarks,
UITabBarSystemItemSearch,
UITabBarSystemItemDownloads,
UITabBarSystemItemMostRecent,
UITabBarSystemItemMostViewed,
} UITabBarSystemItem;