, initWithSource: . , id, , . , initWithSource: id -typed, initWithSource:, , , . "", "
? 100%, , +[TBCTouchDelegate alloc] id. , alloc/init :
id o = [TBCTouchDelegate alloc];
touchDelegate = [o initWithSource:self];
, initWithSource: id -typed. initWithSource:, .
? , NSAppleScript:
- (id)initWithSource:(NSString *)source;
NSAppleScript , , iPhone. , , , ?
, , , alloc/init :
touchDelegate = [TBCTouchDelegate alloc];
touchDelegate = [touchDelegate initWithSource:self];
initWithSource: ( id -typed), , . +alloc:
touchDelegate = [(TBCTouchDelegate *)[TBCTouchDelegate alloc] initWithSource:self];
initWithSource:, , , . , , "", - .