iOS 8 Xcode 6: What's the point of the grayed out constraints?

后端 未结 5 899
萌比男神i
萌比男神i 2020-12-17 09:14

In the Xcode 6 betas, when I delete a constraint, it doesn\'t remove it completely, but grays it out. I thought that was to imply that the constraint was used in a different

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-17 09:46

    That's because of size classes, you can disable size classes from File Inspector and every greyed constraints runs out, you can re-enable them again if you need them.

    Hope it helps

提交回复
热议问题