vikmeup / SCLAlertView-Swift

Beautiful animated Alert View. Written in Swift
MIT License
5.32k stars 764 forks source link

Fixing issue #440 - How i can add function textFieldDidChange to SCLAlertView #483

Open spneshaei opened 3 years ago

spneshaei commented 3 years ago

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