-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
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
iPhoneXs 指定时间后,首次进入界面,中间行显示不对齐。 #176
Comments
遇到同样的问题 |
Thank you. Your email is received and will be handled as soon as possible.
|
想问问如何解决呢 这个问题: https://github.com/Andrew5/LearnSwift/blob/main/截屏2022-09-27%2012.39.47.png 为什么会出现这个情况呢?应该如何修复呢 |
换了个日期选择器【BRPickerView】https://github.com/91renb/BRPickerView |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
打开注释代码:
NSDateFormatter *dateFormatter = [[NSDateFormatter alloc]init];
dateFormatter.dateFormat = @"yyyy-MM-dd HH:mm";
结果:
中间行显示不对齐
The text was updated successfully, but these errors were encountered: