CDAlertView Versions Save

Highly customizable alertview and alert/notification/success/error/alarm popup written in Swift

0.11.0

3 years ago
  • Add support for canHideWhenBackTap, thanks to @airy-swift
  • Refactor code and update example project, thanks to @Pizzo15

0.10.0

4 years ago

This release adds support for Swift 5. Thanks to @GenCastro

0.9.1

5 years ago

This version adds Swift 4.2 support. Thanks to @strawb3rryx7 & @sgruby

Note: Please use 0.8.3 for Swift 4.

0.8.3

5 years ago
  • Fixed #37

0.8.2

6 years ago

Image headers are updated. Created Resources folder and moved all images in there. (Not using assets catalog anymore)

0.8.0

6 years ago

Add hasRoundedCorner option to CDAlertView Introduce new type (noImage) in CDAlertViewType (#6 )

0.7.0

6 years ago
  • Support for Swift 4

0.6.1

6 years ago
  • Renamed all internal auto-layout methods.
  • Added hide(isPopupAnimated: Bool) method for Objective-C compatibility.

0.6.0

7 years ago

Add customView that discussed in #17.

0.5.1

7 years ago

Add become & resign first responder for textField if there is any.