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

How i can add function textFieldDidChange to SCLAlertView

Open chandrathen28 opened this issue 6 years ago • 1 comments

chandrathen28 avatar Feb 18 '19 02:02 chandrathen28

The method addTextField() returns the UITextField that was created, from there you can assign textField.delegate with whatever implements the UITextFieldDelegate protocol.

lamsaitat avatar May 07 '19 07:05 lamsaitat