-
-
Notifications
You must be signed in to change notification settings - Fork 740
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
ios 14 issue display picker only one date ? #524
Comments
@maulikshah09 You need to change the picker style for the library |
how can i select date here?? |
can you help me to sort out this ... my app is mostly used your third party app..currently i am stuck and client also frustrated how can i change picker older way or another approach to view good picker UI |
@maulikshah09 you need to update some code in class "ActionSheetDatePicker.m" --> function "- (UIView *)configuredPickerView" add below line of code, after that its work fine [datePicker setPreferredDatePickerStyle:UIDatePickerStyleWheels]; |
yes it's work fine but right side space is display. |
Let me know if this helps. |
just set your Example:
No need to modify the library. |
Check on iphone 11 pro. space is display @glennposadas |
@maulikshah09 can you please share the screenshot with the space? |
@noorulain17 Hello. Here it is. |
@glennposadas this issue has been fixed in this commit in PR #511 by @palmtrae. Please update your library to the latest version and share your findings again :) |
Super cool! thank you so much!
…On Wed, Jan 6, 2021 at 4:08 PM Noor ul Ain Ali ***@***.***> wrote:
@glennposadas <https://github.com/glennposadas> this issue has been fixed
in this commit
<e279354>
in PR #511 <#511>
by @palmtrae <https://github.com/palmtrae>.
Please update your library to the latest version and share your findings
again :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#524 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7MNF6DRYY7SX2DZEDNTSDSYQLA5ANCNFSM4T56H65Q>
.
--
Best Regards,
Glenn Posadas
|
On a second thought, @noorulain17 what we wanted to raise is the picker not being centered. |
The text was updated successfully, but these errors were encountered: