我在 storyboard
视图控制器上创建了标题 UIView
,现在我需要创建 4 个视图,如下面的彩色图像进入该 UIview
基本视图.它应该显示在所有设备上.需要使用 iOS
调整自动布局.
I have created header UIView
on storyboard
view controller, now I need to create 4 views like below colored image Into that UIview
base view. It should show for all devices. Need to adjust auto layout using iOS
.
首先给标题视图设置约束.选择标题视图并应用以下约束:
First set constraints to header view. Select header view and apply following constraints:
一旦你对标题视图应用约束,然后一次选择所有按钮:
Once you apply constraints to header view then select all buttons at once :
希望对你有帮助
这篇关于如何在标题视图 iOS 中创建故事板布局多个视图?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!