CooperRS / RMActionController

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

Using UIButtonTypeSystem for buttons when disableBlurEffects is YES #10

Closed felipowsky closed 8 years ago

felipowsky commented 8 years ago

I'm using a new fork for this pull request.

One of my projects uses custom tint color for buttons. I would like to apply this customization on this awesome control as well. :)

Therefore to achieve this when the disableBlurEffects is set to YES the button is instantiated with UIButtonTypeSystem.

CooperRS commented 8 years ago

Thanks for the contribution! :)

I will include the change in the next version of RMActionController