CDAlertView: Swift-based Highly Customizable Alert View and Notification

CDAlertView is a highly customizable alert popup created in Swift, similar in usage to UIAlertController. Basic usage without buttons involves: `CDAlertView(title: "Awesome Title", message: "Well explained message!", type: .notification).show()`. Note: The alert can be dismissed by touching outside the popup or moving it if no action buttons are present. If an action button is included, the alert only disappears when the button is pressed. To add a new button: `let alert = CDAlertView(title: "Awesome Title", message: "Are you in?!", type: .notification) let doneAct`.
zip 文件大小:1.13MB