IBAction method for event "Editing Changed" is not triggered
JaNd3r opened this issue · 0 comments
JaNd3r commented
Currently (Xcode 6, iOS 8.1) you cannot use an action outlet in the storyboard to get informed about actual text changes. The method is not invoked. The invocation works, if you use a regular UITextField. As a workaround you could use the delegate's textField:shouldChangeCharactersInRange:replacementString
method, but you have to create the resulting textfield's content by yourself.