Releases: dogo/SCLAlertView
Releases · dogo/SCLAlertView
0.5.3
Set custom color to SCLAlertView. (Buttons, circle and text field borders)
Set custom color to SCLAlertView background.
0.5.2
Import Apple frameworks as modules
Deprecate setSubitileHeight function
Fix long texts truncated #38
Code cleanup
0.5.1
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
Resize automatically alert view when the title or the subtitle is nil
0.4.3
Improve modal presentation fix and fix rotation again.
0.4.2
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
Fix display in formsheet. issue #50
0.3.9
Rotation fixes on iOS 7.x
0.3.8
Add method to remove top circle