You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to manage multiple WSTagsField on the same viewController with the same UITextFieldDelegate.
I need different actions (in textFieldShouldReturn and textFieldDidBeginEditing) depending on the UITextField edited.
How can I achieve this as the WSTagsField.textField is set to fileprivate ?
Thanks for your reply.
The text was updated successfully, but these errors were encountered:
I have to manage multiple WSTagsField on the same viewController with the same UITextFieldDelegate.
I need different actions (in textFieldShouldReturn and textFieldDidBeginEditing) depending on the UITextField edited.
How can I achieve this as the WSTagsField.textField is set to fileprivate ?
Thanks for your reply.
The text was updated successfully, but these errors were encountered: