Somehow you should implement the UITextInputTraits class. Check it here: http://developer.apple.com/library/ios/#documentation/uikit/reference/UITextInputTraits_Protocol/Reference/UITextInputTraits.html
You should also implement more TextEditor events: http://developer.apple.com/library/ios/#documentation/uikit/reference/UITextFieldDelegate_Protocol/UITextFieldDelegate/UITextFieldDelegate.html
Thanks
Hi, Fenistil
The UITextInputTraits is a protocol class not a base UI class, and other UI Text classes drived from this class like: UITextField, UITextView,...
But,i will be add useful text events,
Thank you
Log in to post a comment.
Somehow you should implement the UITextInputTraits class. Check it here: http://developer.apple.com/library/ios/#documentation/uikit/reference/UITextInputTraits_Protocol/Reference/UITextInputTraits.html
You should also implement more TextEditor events: http://developer.apple.com/library/ios/#documentation/uikit/reference/UITextFieldDelegate_Protocol/UITextFieldDelegate/UITextFieldDelegate.html
Thanks
Hi, Fenistil
The UITextInputTraits is a protocol class not a base UI class, and other UI Text classes drived from this class like: UITextField, UITextView,...
But,i will be add useful text events,
Thank you