Hi everyone
I'm sure if read it, but i can't find it in the book about Objective-C 2.0 i'm using anymore:
What means the * infront of a the name of a new instance of an class:
thanks in advance.
I'm sure if read it, but i can't find it in the book about Objective-C 2.0 i'm using anymore:
What means the * infront of a the name of a new instance of an class:
Code:
NSObjects [B]*[/B]newObject
or in cases like this:
-(void)setName:(NSString [B]*[/B])newName
thanks in advance.