gpt4 book ai didi

ios - 如何找出是否使用自动布局来制作 Storyboard 或 Xib

转载 作者:可可西里 更新时间:2023-11-01 06:24:42 24 4
gpt4 key购买 nike

在 iOS 中,有没有办法以编程方式查明 Storyboard或 xib 是否已使用自动布局或 Springs & Struts 定义?

这在编写需要能够对其中任何一个进行操作的方法时很有用。

最佳答案

您可以检查 view.constraints 属性包含的 View 。

具体来说:

if (someView.constraints.count) { 
// Autolayout
} else {
// Sprints & struts
}

关于ios - 如何找出是否使用自动布局来制作 Storyboard 或 Xib,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20858214/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com