You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have a screenshot of the issue? Is it reproducible with all iPhone screen sizes and on all iOS versions?
I'm afraid there is not much we can do about it. If I'm right, then the UIDatePicker from Apple assumes a fixed width (the width of the device screen) and tries to fill it. But RMActionControllerStyleWhite as well as RMActionControllerStyleBlack add a little margin to the left and right and might cut some of the UIDatePickers content. In this case you have two options:
Use one of the sheet styles
Switch over to RMActionController and use you own date picker view inside it.
Hi @CooperRS ,
Thanks for the awesome library.
The "M" and "W" of monday and wednesday goes out of the alertbox view when style is set as RMActionControllerStyleWhite. Please help me out with this.
The text was updated successfully, but these errors were encountered: