这个方法现在工作得很好;但是,它现在遵循的是标准类装入委托(缓存、双亲、磁盘)。
This method will now work fine; however, it now follows the standard class loading delegation (cache, parent, disk).
通过在应用程序委托类处理这些事件,你就能够响应它们。
By handling these events in your application delegate class, you have an opportunity to respond to them.
另外,你也可以任意命名你的应用程序委托类。
Additionally, you can name your application delegate class whatever you want.
应用推荐