iOS 7 UIDatePicker height inconsistency?

前端 未结 4 677
忘了有多久
忘了有多久 2020-12-13 06:38

I\'m running into something weird when using UIDatePicker elements with Storyboards in iOS 7. In the Storyboard, the date picker has a fixed height of 162. In reality, howev

4条回答
  •  春和景丽
    2020-12-13 06:52

    You can change the width and height by simply giving it width and height constraints. Without doing that, the UIDatePicker just acts weird, I've found.

提交回复
热议问题