【发布时间】:2016-01-28 07:34:34
【问题描述】:
我正在使用 Xcode 7 和 swift 2。
在我的 iPad Air,iOS 9.1 上,当键盘出现时,调试控制台上会抛出错误
2015-10-28 13:07:35.114 Note[73896:6954126] <CATransformLayer: 0x7a2dc070> - changing property masksToBounds in transform-only layer, will have no effect
2015-10-28 13:07:35.115 Note[73896:6954126] <CATransformLayer: 0x7a2dd090> - changing property masksToBounds in transform-only layer, will have no effect
2015-10-28 13:07:35.115 Note[73896:6954126] <CATransformLayer: 0x7a035df0> - changing property masksToBounds in transform-only layer, will have no effect
这是来自 Apple 的错误吗?
编辑:
这似乎是 Applen 的一个错误,有人单独解决了吗?
【问题讨论】:
-
查看为stackoverflow.com/questions/33185720/…提供的解决方案