XuniUITextFieldDelegateImpl Class Reference

Inherits from NSObject
Conforms to UITextFieldDelegate
Declared in UITextFieldDelegateImpl.h

– initWithMaskHandler:

Initializes and returns a newly allocated XuniUITextFieldDelegateImpl object with the specified mask handler.

- (instancetype)initWithMaskHandler:(XuniMaskHandler *)maskHandler

Parameters

maskHandler

The mask handler.

Return Value

An initialized XuniUITextFieldDelegateImpl object or nil if the object couldn’t be created.

Discussion

Initializes and returns a newly allocated XuniUITextFieldDelegateImpl object with the specified mask handler.

Declared In

UITextFieldDelegateImpl.h