在 iOS 中,在 Interface Builder 中创建的视图是不是将选项 TranslatesAutoResizingMaskIntoConstraints 设置为 false?

Posted

技术标签:

【中文标题】在 iOS 中,在 Interface Builder 中创建的视图是不是将选项 TranslatesAutoResizingMaskIntoConstraints 设置为 false?【英文标题】:In iOS do views created in InterfaceBuilder have the option setTranslateAutoResizingMasksIntoConstraints set to false?在 iOS 中,在 Interface Builder 中创建的视图是否将选项 TranslatesAutoResizingMaskIntoConstraints 设置为 false? 【发布时间】:2018-02-07 13:42:09 【问题描述】:

ios 中,在 Interface Builder 中创建并随后在代码中引用的视图是否会自动将选项 setTranslateAutoResizingMasksIntoConstraints 设置为 false?

【问题讨论】:

【参考方案1】:

是的,对于使用界面生成器中的约束创建的任何视图,选项 translateAutoResizingMasksIntoConstraints 设置为 false,但您在代码中创建的视图应该设置它

【讨论】:

以上是关于在 iOS 中,在 Interface Builder 中创建的视图是不是将选项 TranslatesAutoResizingMaskIntoConstraints 设置为 false?的主要内容,如果未能解决你的问题,请参考以下文章

IOS OC声明变量在@interface括号中与使用@property的区别

在我看来,iOS 项目未显示从 Interface Builder 构建的 Interface 元素

《iOS Human Interface Guidelines》——Popover

iOS:在 Interface Builder 中使用动态 contentSize 创建 UIScrollView

《iOS Human Interface Guidelines》——System Button

《iOS Human Interface Guidelines》——Stepper