UIStoryboard constraints on UIView

2019-03-03 23:30发布

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?enter image description here

After fixing height to 64 it looks like this ;enter image description here

3条回答
啃猪蹄的小仙女
2楼-- · 2019-03-04 00:06

Pin the height for wAny hAny size classes.

查看更多
倾城 Initia
3楼-- · 2019-03-04 00:07

Fix Height of your view

Leading : 0

Top : 0

trailing : 0

查看更多
走好不送
4楼-- · 2019-03-04 00:19

Add Fixed Height to your Headerview like this , check in below image .

enter image description here

查看更多
登录 后发表回答