UIStoryboard constraints on UIView

前端 未结 3 669
感情败类
感情败类 2021-01-29 04:44

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 t

相关标签:
3条回答
  • 2021-01-29 05:09

    Pin the height for wAny hAny size classes.

    0 讨论(0)
  • 2021-01-29 05:16

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

    0 讨论(0)
  • 2021-01-29 05:18

    Fix Height of your view

    Leading : 0

    Top : 0

    trailing : 0

    0 讨论(0)
提交回复
热议问题