2
iPhone UI Componenet UIDatePicker不支持橫向模式? 它僅在橫向模式下劃傷2/3的寬度。橫向模式下的iPhone UIDatePicker?
如何讓它使用全寬(480px)?
iPhone UI Componenet UIDatePicker不支持橫向模式? 它僅在橫向模式下劃傷2/3的寬度。橫向模式下的iPhone UIDatePicker?
如何讓它使用全寬(480px)?
嘗試手動重新/設置UIDatePickers'子視圖範圍是這樣的:
- (void) viewDidLoad { [super viewDidLoad]; for (UIView * subview in datePicker.subviews) { subview.frame = datePicker.bounds; } }
一切都在這篇文章中描述的很好: Using UIDatePicker in landscape mode
你附鏈接包含完美的答案。謝謝! – Raptor 2010-02-25 07:26:23
鏈接現已停止。有人有機會恢復其中包含的信息並在此發佈?謝謝。 – Trebor 2013-07-12 11:49:06