【发布时间】:2019-06-21 18:09:11
【问题描述】:
我在 InterfaceController(手表扩展)上收到此错误,但在我的 iphone viewcontroller 上却没有:
self.animate(withDuration: 0.2, animations: {
self.someButton.setAlpha(0.5)
}, completion: {
})
什么给了?
【问题讨论】:
标签: xcode watchkit uiviewanimation