skywinder / ActionSheetPicker-3.0

Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
http://skywinder.github.io/ActionSheetPicker-3.0
BSD 3-Clause "New" or "Revised" License
3.4k stars 740 forks source link

SupportedInterfaceOrientations Horizontal fixed #398

Closed moheny closed 4 years ago

moheny commented 6 years ago

As we all know we had problem with the supportedInterfaceOrientations property which doesn't take much effect. I have fixed this issue by injecting the SIO property into the ActionSheetVC. https://github.com/moheny/ActionSheetPicker-3.0/tree/supportedInterfaceOrientations-fix

skywinder commented 6 years ago

Dear @moheny, Thanks for the feedback! I but my comments to the PR with the fix.

moheny commented 6 years ago

@skywinder Can you please review it again.

moheny commented 5 years ago

@skywinder Is there any reason for the delay?