SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
How i can add function textFieldDidChange to SCLAlertView
The method addTextField() returns the UITextField that was created, from there you can assign textField.delegate with whatever implements the UITextFieldDelegate protocol.