【问题标题】:Assets.xcassets in Watch Extension in WatchOS 2WatchOS 2 中 Watch Extension 中的 Assets.xcassets
【发布时间】:2016-05-30 04:04:39
【问题描述】:

WatchOS 2 的 Watch Extension 中 Assets.xcassets 的用途是什么?这些资产中应包含哪些图片?

【问题讨论】:

    标签: ios swift watchkit watchos-2 xcasset


    【解决方案1】:

    WatchKit 扩展中的Assets.xcassets 包含CLKImageProvider 用于圆形、模块化和实用复杂功能的图像。这些图像是模板图像,在显示之前应用了淡色。

    由于它们是资产目录组的一部分,因此您需要在引用这些图像时指定组名称:

    template.imageProvider = CLKImageProvider(onePieceImage: UIImage(named: "Complication/Circular")!)
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-12-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-09-12
      • 1970-01-01
      相关资源
      最近更新 更多