Skip to content

Appearance Proxies

Compare
Choose a tag to compare
@vsanthanam vsanthanam released this 12 Oct 21:01
· 126 commits to master since this release

You can now customize both VSAlertAction and VSAlertController globally using Apple's appearance proxy API.

For example

[[VSAlertController appearance] setAlertTitleColor:[UIColor redColor]];

would make all alerts created after this executing use a red title color.