On 17/05/2011, at 7:19 AM, Bing Li wrote:

> I was told I should implement a RunLoop in
> the code. How to do that?


you call [NSApp run];


Which requires that you have initialised NSApplication, which a default Xcode 
Cocoa project does for you (and where the above method is also called for you). 
Look at the default main.m file.

To NOT have a run loop available takes much more work than to have one, so just 
let Xcode set up your project and it's ready to go. You don't need to know 
anything much about run loops to write Cocoa apps, but if you don't have it 
there, lots of stuff won't work.

--Graham


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to