CooperRS / RMActionController

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

is there a way to use the blurred action sheets without any view? #24

Closed Sebacho-Barajas closed 7 years ago

Sebacho-Barajas commented 7 years ago

is there a way to use the blurred action sheets without any view?

this is an example of what I'm asking for : img_7887

CooperRS commented 7 years ago

Hi there!

I disallowed empty view because I thought in this use case one should use the Apple provided UIAlertController. However, I think UIAlertController does not have a black style, right?

Best regards, Roland