SCLAlertView-Swift icon indicating copy to clipboard operation
SCLAlertView-Swift copied to clipboard

Close button title can be customized is better

Open imwangxuesen opened this issue 7 years ago • 0 comments

// Done button if appearance.showCloseButton { _ = addButton(completeText ?? "Done", target:self, selector:#selector(SCLAlertView.hideView)) }

imwangxuesen avatar Jul 20 '17 09:07 imwangxuesen