Skip to content

Releases: dogo/SCLAlertView

1.0.5

21 Sep 13:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

21 Sep 13:13
Compare
Choose a tag to compare

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

1.0.3

21 Sep 13:12
Compare
Choose a tag to compare

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

1.0.2

21 Sep 13:11
Compare
Choose a tag to compare

Update circle background view corner radius properly
Update contentView size properly

1.0.1

14 Mar 16:32
Compare
Choose a tag to compare

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

1.0.0

07 Mar 15:31
Compare
Choose a tag to compare

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

0.9.3

04 Mar 01:27
Compare
Choose a tag to compare

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

0.9.2

04 Mar 01:27
Compare
Choose a tag to compare

Add custom view to SCLAlertView. #62 #89

0.9.1

15 Feb 14:35
Compare
Choose a tag to compare

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

0.9.0

15 Feb 14:33
Compare
Choose a tag to compare

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.