【问题标题】:Apple standard settings bar icon on the Navigation Bar导航栏上的 Apple 标准设置栏图标
【发布时间】:2013-07-15 22:31:51
【问题描述】:

我需要将设置图标放在导航栏的右侧,并希望在设置应用程序中使用 Apple 自己的设置图标(齿轮图标)。这是否允许?如果这些图标可以访问,我该如何获取它们?到目前为止,我只能在 xcode 中找到 Apple 图标的子集,例如 Action、Add、Bookmarks ... Undo 从 UIBarButtonSystemItem,但没有类似设置的符号。

self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"wantapplestdhere.png"] style:UIBarButtonItemStylePlain target:self action:@selector(selectorMethod:)];

【问题讨论】:

    标签: ios icons uibarbuttonitem uinavigationitem


    【解决方案1】:

    我不能说是否允许使用图标。但是,它们是可访问的。只需下载0xced's iOS-Artwork-Extractor 并在模拟器上运行即可。它会为您提供捆绑到您运行它的 iOS 模拟器中的每个图像的转储,我相信这是所有图像。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-05-07
      • 1970-01-01
      • 1970-01-01
      • 2011-01-17
      • 2014-12-18
      • 2011-04-23
      • 2012-09-02
      相关资源
      最近更新 更多