Skip to content

textFieldShouldBeginEditing called multiple times  #88

@hardikdevios

Description

@hardikdevios

This method is calling multiple times if I disable Toolbar, it will not call multiple times, but I want your toolbar.

-(BOOL)textFieldShouldBeginEditing:(UITextField *)textField{

return YES;

}

in my App, i have a Country text field where I don't want the user to type so when user tap on that text field it should open my popup or modal .. so any workaround?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions