|
LuxChat
2.0
Instant messenger for iOS
|
#import <PFTextField.h>
Instance Methods | |
| (instancetype) | - initWithFrame:separatorStyle: |
Properties | |
| PFTextFieldSeparatorStyle | separatorStyle |
| UIColor *separatorColor | UI_APPEARANCE_SELECTOR |
PFTextField class serves as a stylable subclass of UITextField. It includes styles that are specific to ParseUI framework and allows advanced customization.
| - (instancetype) initWithFrame: | (CGRect) | frame | |
| separatorStyle: | (PFTextFieldSeparatorStyle) | separatorStyle | |
This method is a convenience initializer that sets both frame and separatorStyle for an instance of PFTextField.
| frame | The frame rectangle for the view, measured in points. |
| separatorStyle | Initial separator style to use. |
PFTextField or nil if it couldn't be created.
|
readwritenonatomicassign |
Separator style bitmask that should be applied to this textfield.
Default: PFTextFieldSeparatorStyleNone
|
readwritenonatomicstrong |
Color that should be used for the separators, if they are visible.
Default: 227,227,227,1.0.
1.8.9.1