LMAlertView icon indicating copy to clipboard operation
LMAlertView copied to clipboard

Propagate tint color to alert view buttons.

Open markiv opened this issue 9 years ago • 0 comments

This would then allow LMAlertView to show blue buttons, just like UIAlertView, with just a one-liner:

alertView.tintColor = [UIView new].tintColor; // default iOS (blue) tint color

markiv avatar Aug 26 '14 14:08 markiv