CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
A simple extension of UITextField that allows the text field to know what it's editing. More...
#import <ValueTextField.h>
Public Member Functions | |
(id) | - initWithValue: |
Initializer for ValueTextField that sets the text field value to be the specified object. | |
Properties | |
id | fieldValue |
The value property for this textfield, eg. |
A simple extension of UITextField that allows the text field to know what it's editing.
Useful if you have multiple text fields attached to the same delegate. Created by Antti V J Niemela, tkol on 6/19/11. Copyright 2011 University of Helsinki. All rights reserved.
Definition at line 12 of file ValueTextField.h.
- (id) initWithValue: | (id) | value |
Initializer for ValueTextField that sets the text field value to be the specified object.
value | The value for this ValueTextField |
Definition at line 19 of file ValueTextField.m.
- (id) fieldValue [read, write, retain] |
The value property for this textfield, eg.
an NSString or NSIndexPath describing what text field was modified. Whatever you want, basically.
Definition at line 13 of file ValueTextField.h.