Skip to content

Delegate not called? #2

@karthisiva

Description

@karthisiva

The following delegate never called,

-(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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions