We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬,控件蛮好用的,但是准备使用这个时间格式兼容12小时和24小时的时候,发现只有24小时的。有时间兼容一下
The text was updated successfully, but these errors were encountered:
时间选择器新增以下属性,支持设置12小时制
/** 是否为12小时制,默认为NO */ @property (nonatomic, assign, getter=isTwelveHourMode) BOOL twelveHourMode;
Sorry, something went wrong.
时间选择器新增以下属性,支持设置12小时制 /** 是否为12小时制,默认为NO */ @property (nonatomic, assign, getter=isTwelveHourMode) BOOL twelveHourMode;
这个已经设置了为true,BRDatePickerView也正常显示 1-12 小时,但是没有 上午/下午 的选项
true
BRDatePickerView
1-12
上午/下午
No branches or pull requests
大佬,控件蛮好用的,但是准备使用这个时间格式兼容12小时和24小时的时候,发现只有24小时的。有时间兼容一下
The text was updated successfully, but these errors were encountered: