alexanderjarvis / PXAlertView

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

Added [PXAlertView appearance] object to allow for global customization ... #29

Open bdrell opened 10 years ago

bdrell commented 10 years ago

...of alerts. Also added the ability to modify button fonts in PXAlertView+Customization.

I'm using PXAlertView within my app and had several problems with window presentation, etc. So I made some minor tweaks to fix those issues.

I also added an appearance object at the class level. PXAlertView will configure the UI to reflect what's in the appearance object, so if the user wants to globally configure the look and feel of the alertView they need only modify the appearance object to suit their needs.

I hope you like it. I do. :)

yury commented 9 years ago

:+1: