如何为Apple Watch转换图像?

时间:2015-10-12 20:53:57

标签: ios swift uiimageview uiimage wkinterfaceimage

在解释How can I get a [Glance] Interface Controller / blank slate for Apple Watch?时提到了这个问题,但这是一个单独的基本问题。

在iOS中,如果您有UIImage,则可以创建UIImageView,其中包括旋转,翻译和其他变换。在我见过的Swift中,你可以创建一个WKInterfaceImage,例如:

@IBOutlet var foo: WKInterfaceImage!

但是,没有匹配的搜索结果,例如WKInterfaceImageView

如何通过从UIImageView获取Image来完成可能在iPhone上完成的Apple Watch上的工作?老式的UIImageView / UIImage仍然可用吗?或者是最好的方法,比如在iPhone上计算图像并动态地将其提供给手表?

谢谢,

0 个答案:

没有答案