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.
是否可以在运行时复制 NSView?我将它用作显示文本消息的弹出窗口,并且我想同时显示它“两次”(带有不同的消息)。
如果您以NSPopover编程方式创建实例,那么您可以NSView在它自己的 nib 中定义(这是最简单的创建方法NSPopover),然后NSViewControllers使用相同的 nib 文件实例化两个不同的实例。
NSPopover
NSView
NSViewControllers