Re: Java vs. Objective-C for Cocoa
Re: Java vs. Objective-C for Cocoa
- Subject: Re: Java vs. Objective-C for Cocoa
- From: Jonathon Mah <email@hidden>
- Date: Mon, 25 Apr 2005 09:09:13 +0930
On 24 Apr 2005, at 16:06, Todd Blanchard wrote:
Class renaming can be easily done with global search and replace. I
know of no time that this does not work.
NSString *myStupidExample = @"MyCoolDocu";
myStupidExample = [myStupidExample stringByAppendingString:@"ment"];
id myDoc = [[NSClassFromString(myStupidExample) alloc] init];
Kinda contrived, but I guess it /could/ be possible. :)
[myDoc release];
Jonathon Mah
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden