alexanderjarvis / PXAlertView

A drop-in replacement for UIAlertView that is more customisable and skinnable
MIT License
592 stars 95 forks source link

[alert setCancelButtonBackgroundColor: not been called #18

Closed gmichal closed 10 years ago

gmichal commented 10 years ago

The following is never called (even in your example) in the - (IBAction)showSimpleCustomizedAlertView:(id)sender { ....

[alert setCancelButtonBackgroundColor:[UIColor redColor]];

}

any ideas why? Also it would be great if we had a alert setCancelButtonTitleColor as well...

joeblau commented 10 years ago

It's fixed in the repo, it's broken from cocoapods. This is a temp fix:

pod 'PXAlertView', :git => 'git@github.com:alexanderjarvis/PXAlertView.git'