-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
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?
sourabhsharmait, p-antonelli, pilot34, codingingBoy and kanumuri9593