vikmeup / SCLAlertView-Swift

Beautiful animated Alert View. Written in Swift
MIT License
5.3k stars 760 forks source link

Fixing issue #364 - Get text from the TextField #488

Open spneshaei opened 3 years ago

spneshaei commented 3 years ago

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