Skip to content

VMaskTextField addTarget forControlEvents:UIControlEventEditingChanged #19

@KanybekMomukeyev

Description

@KanybekMomukeyev

@viniciusmo , any ideas, why textField add target not working!

VMaskTextField *textField
[textField addTarget:self action:@selector(textFieldDidChange:) forControlEvents:UIControlEventEditingChanged];

-(void)textFieldDidChange :(UITextField *)theTextField{
    NSLog( @"text changed: %@", theTextField.text);
}

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