CooperRS / RMActionController

This is an iOS control for presenting any UIView in an UIAlertController like manner
MIT License
539 stars 59 forks source link

The action sheet goes over the device height when the device is in landscape #28

Closed pablocarmu closed 2 years ago

pablocarmu commented 7 years ago

Hi!, When the device, in this case an iphone, is in landscape orientation and you presents a RMActionController with many actions, the action sheet goes over the height of the device and then some actions are hidden.

Here is a simple example: img_0604

Is there a way to do scrollable the actions view or any way to solve this issue? Thanks.

CooperRS commented 7 years ago

Yep, this is indeed an issue. Currently, there is no way to make this thing scrollable. However, this should be implemented.