XuniMaskedTextField Class Reference

Inherits from UITextField
Declared in XuniMaskedTextField.h

  maskDelegate

Gets or sets the delegate for handling notifications.

@property (nonatomic, weak) id<XuniMaskedTextFieldDelegate> maskDelegate

Discussion

Gets or sets the delegate for handling notifications.

Declared In

XuniMaskedTextField.h

  mask

Gets or sets the mask used to validate input as the user types. The mask must be a string composed of one or more of the masking elements.

@property (nonatomic) IBInspectable NSString *mask

Discussion

Gets or sets the mask used to validate input as the user types. The mask must be a string composed of one or more of the masking elements.

Declared In

XuniMaskedTextField.h

  maskFull

Gets a boolean value that indicates whether the mask has been completely filled

@property (nonatomic, readonly) IBInspectable BOOL maskFull

Discussion

Gets a boolean value that indicates whether the mask has been completely filled

Declared In

XuniMaskedTextField.h

  promptChar

Gets or sets the symbol used to show input positions in the control.

@property (nonatomic) IBInspectable NSString *promptChar

Discussion

Gets or sets the symbol used to show input positions in the control.

Declared In

XuniMaskedTextField.h

  value

Gets or sets the raw value of the control (excluding prompt and mask literals).

@property (nonatomic) IBInspectable NSString *value

Discussion

Gets or sets the raw value of the control (excluding prompt and mask literals).

Declared In

XuniMaskedTextField.h

  padding

Gets or sets the padding of the control.

@property (nonatomic) UIEdgeInsets padding

Discussion

Gets or sets the padding of the control.

Declared In

XuniMaskedTextField.h

  textChanged

Occurs when the text value changes.

@property XuniEvent *textChanged

Discussion

Occurs when the text value changes.

Declared In

XuniMaskedTextField.h

  placeHolderFont

Gets or sets the font of the placeHolder.

@property UIFont *placeHolderFont

Discussion

Gets or sets the font of the placeHolder.

Declared In

XuniMaskedTextField.h

  placeHolderColor

Gets or sets the Color of the placeHolder.

@property UIColor *placeHolderColor

Discussion

Gets or sets the Color of the placeHolder.

Declared In

XuniMaskedTextField.h

– getDecriptor:

Get descriptor of the font.

- (UIFontDescriptor *)getDecriptor:(NSMutableDictionary *)attributes

Parameters

attributes

The font attributes.

Return Value

Font descriptor.

Discussion

Get descriptor of the font.

Declared In

XuniMaskedTextField.h