SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
Close button title can be customized is better
// Done button if appearance.showCloseButton { _ = addButton(completeText ?? "Done", target:self, selector:#selector(SCLAlertView.hideView)) }