CooperRS / RMActionController

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

Use system type for button when blur effects is disabled #8

Closed felipowsky closed 9 years ago

felipowsky commented 9 years ago

One of my projects uses custom tint color for buttons. I would like to use 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 9 years ago

Hi!

Thanks for the pull request. I'll review it this evening and let you know what I think.

But in general it sounds like a good idea :)

Best regards, Roland

felipowsky commented 9 years ago

I will open a new pull request using an updated fork.