Please add UIAppearance support. iOS 5 and newer support UIAppearance. It's really easy to add. Tack on UI_APPEARANCE_SELECTOR to your properties and it'll just work. You'll have to change some of the constants to properties, but I think it makes sense to have those changeable at runtime anyway. As it's designed now, this class doesn't really allow for customizing alert instances within a single app. Quite frankly, I don't see the need to customize alerts, but if you do, you might want to be able to change each alert individually.
Please add UIAppearance support. iOS 5 and newer support UIAppearance. It's really easy to add. Tack on
UI_APPEARANCE_SELECTOR
to your properties and it'll just work. You'll have to change some of the constants to properties, but I think it makes sense to have those changeable at runtime anyway. As it's designed now, this class doesn't really allow for customizing alert instances within a single app. Quite frankly, I don't see the need to customize alerts, but if you do, you might want to be able to change each alert individually.