如何使用Autolayout将UIView放在最顶层

时间:2016-02-12 08:12:42

标签: ios objective-c autolayout nslayoutconstraint

我想使用autolayout将UIView置于视图控制器的顶部,我已经尝试过很多,iPhone 4中的UIView高度越来越小,iphone 6和U中的UIView高度越来越大。以上,我该如何解决? Attached image for reference

2 个答案:

答案 0 :(得分:1)

我认为如果您向该视图添加height constraint,它将解决您的问题。设置height constraint请检查此链接 https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/AutolayoutPG/WorkingwithConstraintsinInterfaceBuidler.html

答案 1 :(得分:0)

正如我可以从您的问题中了解到的,如果您需要在顶部修改Subview的大小,请不要给出底部间距约束。

请设置约束,如下图所示。

enter image description here