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 put a UITextfield on view A and regist InputDoger Service for view A. Then I write code in textFieldShouldBeginEditing.
I found that this method will call 2 times when I try to tap the textfield and input something.
How can I solve it? Please.
I put a UITextfield on view A and regist InputDoger Service for view A. Then I write code in textFieldShouldBeginEditing.
I found that this method will call 2 times when I try to tap the textfield and input something.
How can I solve it? Please.