Mac WindowController的使用
作者:互联网
WindowController的使用网上有很多教程不细说,不过使用过程中还是有些坑的
WindowController在使用的时候,实例化出来后,要有个活着的对象引用它,要不然执行完方法,WindowController实例也销毁了,也展示不出来,一般情况是让全局的AppDelegate持有引用,关闭的时候置nil。
对于ViewController应该不存在上述的问题。
标签:ViewController,Mac,实例,WindowController,引用,使用 来源: https://blog.csdn.net/lizhongyisailang/article/details/104842606