本文介绍了UIView的UIStoryboard约束的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要这个视图保持相同的大小在所有屏幕尺寸3.5,4,我的视图控制器顶部,它的高度是64。 4,7和5,5。
我采取的结果如截图所示。
我该怎么办?
解决方案
向您的Headerview添加固定高度,如下图所示。
I have a view on top of my viewcontroller, its height is 64.
I need this view stays same size in all screen size 3.5" , 4" , 4,7" and 5,5".
The result I am taking is as in screenshots.
What should I do?
After fixing height to 64 it looks like this ;
解决方案
Add Fixed Height to your Headerview like this , check in below image .
这篇关于UIView的UIStoryboard约束的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!