Skip to content

Releases: vikmeup/SCLAlertView-Swift

Improvements

26 Oct 07:42
Compare
Choose a tag to compare
Merge pull request #30 from FahimF/develop

Updated to Not Rely on a View Controller to Display Alert

Optimizations for Xcode Beta 5

14 Aug 02:57
Compare
Choose a tag to compare
0.2.2

Compiler error in Xcode Beta 5. Close #11, Close #10

0.2.1

26 Jun 08:23
Compare
Choose a tag to compare
Bumped to 2.0

0.2

26 Jun 08:11
Compare
Choose a tag to compare
0.2

Updated close example method to begin with lowercase c.
More specific title and subTitle strings in Alternative alert type examples
Updated Advanced method to be syntactically correct.
Updated enum definition to reflect that in the class file.

Added a SCLAlertViewResponder class that allows the use of .Close(), .setTitle(String) and .setSubTitle(String) upon instantiating a new SCLAlertView.

Added convenience functions for each style of alert. Such as SCLAlertView().showSuccess(self, title: "", subTitle: "") which is purely for readability. Assumes 2.0 duration.

Added the option in .showTitle() to change the 'Done' button to whatever you wish under the completeText attribute. It is optional and defaults to the original 'Done'.

Updated README to reflect new changes and polished up a few mistakes. Also cleaned up the code to look slightly more readable and syntactically beautiful.

Updated CocoaPods

13 Jun 06:38
Compare
Choose a tag to compare
0.1.2

Updated CocoaPods source files

Added convenience functions

13 Jun 06:06
Compare
Choose a tag to compare

@bih Made numerous improvements:

Added a SCLAlertViewResponder class that allows the use of .Close(), .setTitle(String) and .setSubTitle(String) upon instantiating a new SCLAlertView.

Added convenience functions for each style of alert. Such as SCLAlertView().showSuccess(self, title: "", subTitle: "") which is purely for readability. Assumes 2.0 duration.

Added the option in .showTitle() to change the 'Done' button to whatever you wish under the completeText attribute. It is optional and defaults to the original 'Done'.

Updated README to reflect new changes and polished up a few mistakes. Also cleaned up the code to look slightly more readable and syntactically beautiful.

Initial

06 Jun 09:47
Compare
Choose a tag to compare

Initial release

Support five types of alerts: Success, Error, Notice, Warning, Info