LuxChat  2.0
Instant messenger for iOS
Instance Methods | Properties | List of all members
PFTextField Class Reference

#import <PFTextField.h>

Inheritance diagram for PFTextField:

Instance Methods

(instancetype) - initWithFrame:separatorStyle:
 

Properties

PFTextFieldSeparatorStyle separatorStyle
 
UIColor *separatorColor UI_APPEARANCE_SELECTOR
 

Detailed Description

PFTextField class serves as a stylable subclass of UITextField. It includes styles that are specific to ParseUI framework and allows advanced customization.

Method Documentation

- (instancetype) initWithFrame: (CGRect)  frame
separatorStyle: (PFTextFieldSeparatorStyle)  separatorStyle 

This method is a convenience initializer that sets both frame and separatorStyle for an instance of PFTextField.

Parameters
frameThe frame rectangle for the view, measured in points.
separatorStyleInitial separator style to use.
Returns
An initialized instance of PFTextField or nil if it couldn't be created.

Property Documentation

- (PFTextFieldSeparatorStyle) separatorStyle
readwritenonatomicassign

Separator style bitmask that should be applied to this textfield.

Default: PFTextFieldSeparatorStyleNone

See also
PFTextFieldSeparatorStyle
- (UIColor* separatorColor) UI_APPEARANCE_SELECTOR
readwritenonatomicstrong

Color that should be used for the separators, if they are visible.

Default: 227,227,227,1.0.


The documentation for this class was generated from the following file: