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
Hello gklka,
Thank you for this control, I noticed layout issue on wide devices. I don't have time to make normal pull request, but here is my fix for this issue. Hope this helps someone.
In order to fix picker width issue on wide devices (e.g. iPhone 6), you need to call setNeedsLayout and layoutIfNeeded.
You can fix it at GKActionSheetPicker.m: 444 so it looks like this:
Hello gklka,
Thank you for this control, I noticed layout issue on wide devices. I don't have time to make normal pull request, but here is my fix for this issue. Hope this helps someone.
In order to fix picker width issue on wide devices (e.g. iPhone 6), you need to call setNeedsLayout and layoutIfNeeded.
You can fix it at GKActionSheetPicker.m: 444 so it looks like this:
The text was updated successfully, but these errors were encountered: