“changing property masksToBounds in transform-only layer, will have no effect” in Xcode 7

前端 未结 4 2190
终归单人心
终归单人心 2020-12-12 11:48

I am receiving this warning in the debugger console when I launch my app on iPad Xcode 7 beta 6. There was no such warning till Xcode 6. I

4条回答
  •  执念已碎
    2020-12-12 12:30

    It could happen because you changed drawing attribute of the StackView:

    when I set clips to bounds to true I get this warning

提交回复
热议问题