公告
财富商城
积分规则
提问
发文
2019-03-10 19:25发布
forever°为你锁心
Date is hiding in UIDatePicker in iOS9. i am using xib.
UIDatePicker
This issue is only in xoode7(iOS9)
Can any one help me to solve my issue??
I think this is problem with new font San Francisco (the font is big than Helvetica ) and .xib file. It can be hacked around by changing the UIDatePicker mode right before it was displayed, and then changing it back to the desired one:
[myDatePicker setDatePickerMode:UIDatePickerModeDateAndTime]; [myDatePicker setDatePickerMode:UIDatePickerModeDate];
Also try adding DatePicker programmatically.
I think its a bug in iOS 9 with new font.
最多设置5个标签!
I think this is problem with new font San Francisco (the font is big than Helvetica ) and .xib file. It can be hacked around by changing the
UIDatePicker
mode right before it was displayed, and then changing it back to the desired one:Also try adding DatePicker programmatically.
I think its a bug in iOS 9 with new font.