When a nib file is loaded into an application that has been running for a while, the objects that already exist need to establish some connection to the objects read from the nib file. File's
Owner provides this connection. File's Owner is a placeholder in a nib file for an object
that will already exist when the nib file is loaded. An object loading a nib file will provide the owner object. The owner is put into the place that File's Owner represents.
File's Owner是什么
最新推荐文章于 2017-11-30 15:53:37 发布
当加载Nib文件到已运行的应用程序中时,现有对象需要与从Nib文件读取的对象建立连接。File's Owner作为Nib文件中的占位符,代表加载时已存在的对象。加载Nib文件的对象提供所有者对象,并将其放置在File's Owner所代表的位置。

395

被折叠的 条评论
为什么被折叠?



