Skip to content

Releases: vsanthanam/VSAlert

1.2.2

18 May 18:20
340dd4a
Compare
Choose a tag to compare
  • Updated Documentation

1.2.1: Merge pull request #8 from vsanthanam/alert-view-separation

11 Apr 02:26
eeab684
Compare
Choose a tag to compare
  • Merged New Features That Were Supposed To Be In 1.2 😂

1.2: Merge pull request #6 from vsanthanam/revert-5-alert-background-color

11 Apr 02:24
1d49bbf
Compare
Choose a tag to compare
  • Ability to change alert background (per instance or via UIAppearance)
  • Ability to change alert message test alignment (per instance)

1.1

21 Mar 22:10
Compare
Choose a tag to compare
1.1
  • Streamlined into 4 four files instead of 8.
  • Updated schemes for documentation & framework generation.
  • Bug fixes.

1.0.7

22 Feb 17:58
Compare
Choose a tag to compare
  • Updated Documentation & Project Documentation Generation Target / Scheme

1.0.6

21 Feb 18:15
Compare
Choose a tag to compare
  • Updated Documentation
  • Basic UIAlertAction cleanup.
  • Better iPad Support

1.0.5

20 Feb 19:44
Compare
Choose a tag to compare
  • Updated iPad Support
  • Direct Customization via UIAlertController's .alertView property

Appearance Proxies

12 Oct 21:01
Compare
Choose a tag to compare

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.

Library Rename

12 Oct 19:27
Compare
Choose a tag to compare
  • Library name has changed from VSAlertController to VSAlert, as I plan to add support for banners and other kinds of alerts that may not present themselves as part of a separate / dedicated view controller

  • Documentation updates

1.0.1

12 Oct 01:25
Compare
Choose a tag to compare
  • UIAppearance Proxy support for VSAlertAction customization
  • Class properties for VSAlertController customization
  • Delegate interaction with actions
  • More animation options
  • Updated example app