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
-(BOOL)textFieldShouldReturn:(UITextField *)textField {
NSLog(@"last text field---------->%ld",(long)textField.tag);
return YES;
}
when i click next and previous?
What could be the reason?