isaaclimdc / ILAlertView

iOS alerts with a customizable appearance
50 stars 8 forks source link

UIAppearance support #1

Closed MosheBerman closed 11 years ago

MosheBerman commented 11 years ago

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.

isaaclimdc commented 11 years ago

Closed, since I want to keep its appearance immutable at runtime, at least for now until more people demand it, sorry.