开发者

NSApplication Delegate Question

I was wondering if - (void)applicationWillTerminate:(NSNotification *)notification is still called when the system shuts down and the a开发者_开发问答pplication is told to quit.

I'm working on an agent that needs to perform some actions when quitting, but I'm not sure if the delegate is called or not.

Thanks!


Yes, applicationWillTerminate: will be called. The best-practices for clean application shutdown are documented by Apple.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜