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

Fixing issue #364 - Get text from the TextField

Open spneshaei opened this issue 4 years ago • 0 comments

Fixing issue #364 - Now SCLAlertView::addTextField method has a new, optional parameter: onTextEditingFinished: ((String) -> Void)? = nil, by which the users can provide a callback to be executed after each text ending finished event in the alert's text field

spneshaei avatar Jul 07 '21 10:07 spneshaei