Skip to content

Releases: candostdagdeviren/CDAlertView

Release 0.11.0

13 Dec 20:53
Compare
Choose a tag to compare
  • Add support for canHideWhenBackTap, thanks to @airy-swift
  • Refactor code and update example project, thanks to @Pizzo15

Release 0.10.0 - Swift 5 Version

11 Jul 11:55
Compare
Choose a tag to compare

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

Release 0.9.1 - Swift 4.2 Support

18 Sep 22:37
Compare
Choose a tag to compare

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

Note: Please use 0.8.3 for Swift 4.

Release 0.8.3 - Bug fix

22 Jun 20:53
Compare
Choose a tag to compare

Updated header Images

14 May 22:05
Compare
Choose a tag to compare

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

Release 0.8.0

14 Mar 20:55
87b7c76
Compare
Choose a tag to compare

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

Release 0.7.0 - Swift 4

04 Oct 04:44
Compare
Choose a tag to compare
  • Support for Swift 4

Release 0.6.1

30 Aug 05:23
Compare
Choose a tag to compare
  • Renamed all internal auto-layout methods.
  • Added hide(isPopupAnimated: Bool) method for Objective-C compatibility.

Release 0.6.0

23 Feb 08:54
Compare
Choose a tag to compare

Add customView that discussed in #17.

Release 0.5.1

19 Feb 12:42
Compare
Choose a tag to compare

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