Re: performSelector:withObject fails with class object
Re: performSelector:withObject fails with class object
- Subject: Re: performSelector:withObject fails with class object
- From: Michael Ash <email@hidden>
- Date: Sat, 7 Feb 2009 22:09:33 -0500
On Sat, Feb 7, 2009 at 11:44 AM, Tron Thomas <email@hidden> wrote:
> I thought about trying NSObject after I posted the mailing list. The main
> reason I went with Object originally was because I just wanted to write
> something quick and simple. I did not want to worry about linking to the
> entire Cocoa framework and have to create an auto-release pool. However, I
> just configured everything to use garbage collection and that helped to keep
> things simple enough to still use NSObject.
Note that your original requirements were mutually contradictory
anyway. The -performSelector:withObject: method is part of Cocoa, so
if you intend to use it, you are forced to use Cocoa regardless. So
you shouldn't feel bad about pulling it in now!
Mike
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden