Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/95.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios CATTransferOrmLayer:在仅变换层中更改属性masksToBounds将无效_Ios_Xcode - Fatal编程技术网

Ios CATTransferOrmLayer:在仅变换层中更改属性masksToBounds将无效

Ios CATTransferOrmLayer:在仅变换层中更改属性masksToBounds将无效,ios,xcode,Ios,Xcode,我使用的是Xcode 7和swift 2 在我的iPadAir iOS9.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[

我使用的是Xcode 7和swift 2

在我的iPadAir iOS9.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
2015-10-28 13:07:35.114注[73896:6954126]-更改仅转换层中的属性masksToBounds将无效
2015-10-28 13:07:35.115注[73896:6954126]-更改仅转换层中的特性masksToBounds将无效
2015-10-28 13:07:35.115注[73896:6954126]-更改仅转换层中的特性masksToBounds将无效
是苹果的虫子吗

编辑:


这似乎是来自Applen的一个bug—有人单独解决了吗?

不确定这是否适用于您,但似乎错误来自于在UIStackView上玩IB中的模式设置(缩放到填充、纵横比匹配等),将其更改为纵横比匹配会返回此错误并检查子视图的剪辑


希望有帮助

检查所提供的解决方案