SCLAlertView Versions Save

Beautiful animated Alert View. Written in Objective-C

1.0.5

7 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/dogo/SCLAlertView/compare/1.0.4...1.0.5

1.0.4

7 years ago

Add UI_APPEARANCE_SELECTOR to SCLSwitchView Add UI_APPEARANCE_SELECTOR to SCLButton Fix ShowWaiting timer invalidation #202

1.0.3

7 years ago

Adds show/hide AnimationTypes -SimplyAppear- and -SimplyDisappear- i.e., None Add ability to show buttons horizontally. Added examples using horizontal buttons.

1.0.2

7 years ago

Update circle background view corner radius properly Update contentView size properly

1.0.1

8 years ago

Fix alert subtile position when the title label is nil. (large icon only)

1.0.0

8 years ago

Fix alert shrinking when rotated. Add fluent style support. Thanks @lolgear Fix multi line label on button display problem. Thanks @changcode

0.9.3

8 years ago

Add aspect fill content mode property to circleIconImageView, fixes problems with custom icons.

0.9.2

8 years ago

Add custom view to SCLAlertView. #62 #89

0.9.1

8 years ago

Fix vertical spacing broken on 0.9.0. #183 Thanks @chadpod

0.9.0

8 years ago

Namespaced SCLDismissBlock to avoid conflicts. Add property to force hide SCLAlertView. Fix Show alert while running a block. #176 Change play sound class. Implement SCLSwitchView class. Add switch alert example to demo app. Add tint top circle functionality. Add use larger icon property. Add corner radius to parseable SCLButton properties. Expose alert cornerRadius property.