CLKComplicationTemplateUtilitarianSmallRingImage 不显示图像

CLKComplicationTemplateUtilitarianSmallRingImage not showing image

我在使用带有中央图像的 CLKComplicationTemplateUtilitarianSmallRingImage 时遇到问题。

我很确定我选择的图像有一次出现在进度环中,但重新启动几次后,图像消失了。奇怪的是,当我尝试在 CLKComplicationTemplateUtilitarianSmallSquareCLKComplicationTemplateUtilitarianSmallFlat 中使用它时,图像显示得很好。 对于我的生活,我无法弄清楚发生了什么。

这是我使用的代码:

let smallRing = CLKComplicationTemplateUtilitarianSmallRingImage()  
smallRing.imageProvider = CLKImageProvider(onePieceImage: UIImage(named: "Complication/Utilitarian")!)  
smallRing.ringStyle = .Closed  
smallRing.fillFraction = 5 / 9  
handler(CLKComplicationTimelineEntry(date: NSDate(), complicationTemplate: smallRing))  

更多细节:

虽然我必须做一些不寻常的事情。

看起来这是 WatchOS 2.2.1 的错误!

幸运的是在 2.2.2 中修复了!