Loading a UIDatePicker in Landscape on a UINavigationController

前端 未结 6 660
慢半拍i
慢半拍i 2021-02-14 20:44

I have a custom UINavigationController that supports auto-rotate. I also have a UIDatePicker on one of my views that I throw onto the stack of the Navigation controller. The a

6条回答
  •  野的像风
    2021-02-14 21:17

    Add date picker to view that is auto-rotated (controller's view, not directly in the window).

    Set self.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleTopMargin

提交回复
热议问题