US2ValidatorTextViewPrivate Class Reference
Inherits from | NSObject |
Conforms to | UITextViewDelegate |
Declared in | US2ValidatorTextViewPrivate.h |
Overview
US2ValidatorTextViewPrivate is a private class within US2ValidatorTextView and calls the set validator. The result of the validator will be checked and forwarded to the origin delegate and US2ValidatorTextView. This private class is needed because the US2ValidatorTextView should not listen for itself.
Tasks
-
delegate
Origin delegate which was set through US2ValidatorTextView and will be served by this private class US2ValidatorTextViewPrivate.
property -
validatorTextView
Represents the main validation text field which wants to know what went wrong when validating in this private class US2ValidatorTextViewPrivate. Thus the validation text field is able to change its appearance e.g..
property
Properties
delegate
Origin delegate which was set through US2ValidatorTextView and will be served by this private class US2ValidatorTextViewPrivate.
@property (nonatomic, assign) id<US2ValidatorUIDelegate,UITextViewDelegate> delegate
Declared In
US2ValidatorTextViewPrivate.h
validatorTextView
Represents the main validation text field which wants to know what went wrong when validating in this private class US2ValidatorTextViewPrivate. Thus the validation text field is able to change its appearance e.g..
@property (nonatomic, assign) US2ValidatorTextView *validatorTextView
Declared In
US2ValidatorTextViewPrivate.h