CATransformLayer:在仅变换图层中更改属性masksToBounds将不起作用

时间:2015-10-28 13:37:39

标签: ios xcode

我使用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的任何人都单独解决了这个问题?

1 个答案:

答案 0 :(得分:7)

不确定这是否适合您,但看起来错误来自于在UIStackView上播放IB中的模式设置(缩放以填充,宽高比适合等)将其更改为宽高比适合返回此错误以及检查剪辑到子视图。

希望有所帮助!