Inherits from NSObject
Conforms to UITextFieldDelegate
Declared in US2ValidatorTextFieldPrivate.h

Overview

US2ValidatorTextFieldPrivate is a private class within US2ValidatorTextField and calls the set validator. The result of the validator will be checked and forwarded to the origin delegate and US2ValidatorTextField. This private class is needed because the US2ValidatorTextField should not listen for itself.

Tasks

  •   delegate

    Origin delegate which was set through US2ValidatorTextField and will be served by this private class US2ValidatorTextFieldPrivate.

    property
  •   validatorTextField

    Represents the main validation text field which wants to know what went wrong when validating in this private class US2ValidatorTextFieldPrivate. Thus the validation text field is able to change its appearance e.g..

    property

Properties

delegate

Origin delegate which was set through US2ValidatorTextField and will be served by this private class US2ValidatorTextFieldPrivate.

@property (nonatomic, assign) id<US2ValidatorUIDelegate,UITextFieldDelegate> delegate

Declared In

US2ValidatorTextFieldPrivate.h

validatorTextField

Represents the main validation text field which wants to know what went wrong when validating in this private class US2ValidatorTextFieldPrivate. Thus the validation text field is able to change its appearance e.g..

@property (nonatomic, assign) US2ValidatorTextField *validatorTextField

Declared In

US2ValidatorTextFieldPrivate.h