Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通常,我们需要使用 .xib 的 File's Owner 类来连接出口和操作。
我如何知道每个 .xib 的文件所有者是哪个类?
选择xib,然后在左侧选择文件所有者
在检查器的右侧,从左侧检查屏幕截图中选择第三个图标,这里是文件所有者的类
身份检查员
(Cmd+Option+3)并检查类名。
它将显示 xib 文件的所有者。