CooperRS / RMActionController

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

Property for disabling visual effects for actions #21

Closed CooperRS closed 7 years ago

CooperRS commented 7 years ago

Currently, actions also are added as subview of a UIVisualEffectViews contentView. This is problematic when adding an RMImageAction whose image should not be altered by the visual effect.

Thus, there should be a property for disabling visual effects for actions.

CooperRS commented 7 years ago

Fixed by #31