rentzsch.com: Love, Hate and Objective-C.
He touches on one of my favorite freaky things about Objective-C:
How can I assign something to
That freaks me out, too.
He touches on one of my favorite freaky things about Objective-C:
if( self = [super init] ) {
// initialization code here
}
return self;How can I assign something to
self? How can I change my own pointer?That freaks me out, too.

0 Comments:
Post a Comment
<< Home