Inherits from NSObject
Conforms to UITextFieldDelegate
Declared in SHSPhoneLogic.h
SHSPhoneLogic.m

Overview

Incapsulate number formatting and caret positioning logics. Also used as inner delegate.

Class Methods

applyFormat:forText:

Formate a text and set it to a textfield.

+ (void)applyFormat:(SHSPhoneTextField *)textField forText:(NSString *)text

Discussion

Formate a text and set it to a textfield.

Declared In

SHSPhoneLogic.h

logicTextField:shouldChangeCharactersInRange:replacementString:

Incapsulate number formatting and caret positioning logics.

+ (BOOL)logicTextField:(SHSPhoneTextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string

Discussion

Incapsulate number formatting and caret positioning logics.

Declared In

SHSPhoneLogic.h