SHSPhoneLogic Class Reference
| Inherits from | NSObject |
| Conforms to | UITextFieldDelegate |
| Declared in | SHSPhoneLogic.h SHSPhoneLogic.m |
Class Methods
applyFormat:forText:
Formate a text and set it to a textfield.
+ (void)applyFormat:(SHSPhoneTextField *)textField forText:(NSString *)textDiscussion
Formate a text and set it to a textfield.
Declared In
SHSPhoneLogic.hlogicTextField:shouldChangeCharactersInRange:replacementString:
Incapsulate number formatting and caret positioning logics.
+ (BOOL)logicTextField:(SHSPhoneTextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)stringDiscussion
Incapsulate number formatting and caret positioning logics.
Declared In
SHSPhoneLogic.h