Skip to content

Releases: dogo/SCLAlertView

0.5.3

02 Feb 17:00
Compare
Choose a tag to compare

Set custom color to SCLAlertView. (Buttons, circle and text field borders)
Set custom color to SCLAlertView background.

0.5.2

27 Jan 15:49
Compare
Choose a tag to compare

Import Apple frameworks as modules
Deprecate setSubitileHeight function
Fix long texts truncated #38
Code cleanup

0.5.1

26 Jan 14:30
Compare
Choose a tag to compare

Add Transparent background
Add correct observer to keyboard hide / show events
Fix background height increasing if you init several alerts at same time #53

0.5.0

21 Jan 14:09
Compare
Choose a tag to compare

Resize automatically alert view when the title or the subtitle is nil

0.4.3

20 Jan 23:10
Compare
Choose a tag to compare

Improve modal presentation fix and fix rotation again.

0.4.2

20 Jan 21:25
Compare
Choose a tag to compare

New methods to custom fonts :

  • (void)setTitleFontFamily:(NSString *)titleFontFamily withSize:(CGFloat)size;
  • (void)setBodyTextFontFamily:(NSString *)bodyTextFontFamily withSize:(CGFloat)size;
  • (void)setButtonsTextFontFamily:(NSString *)buttonsFontFamily withSize:(CGFloat)size;

0.4.1

19 Jan 19:23
Compare
Choose a tag to compare

Fix display in formsheet. issue #50

0.4.0

19 Jan 02:23
Compare
Choose a tag to compare

Fixed issue with keyboardDidHide. Thanks @portwatcher

0.3.9

15 Jan 14:30
Compare
Choose a tag to compare

Rotation fixes on iOS 7.x

0.3.8

15 Jan 14:31
Compare
Choose a tag to compare

Add method to remove top circle