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.
如何子类化 NSScrollView 的 DocumentView 以进行一些自定义绘图?我需要在滚动视图中使用 NSShadow 做一些工作。
文档视图只是一个普通视图(, 的子类NSView),所以您所要做的就是以编程方式或在 Interface Builder 中创建一个视图,并将滚动视图的documentView属性设置为新视图。
NSView
documentView
例如,您可以用合适的awakeFromNib方法设置属性。
awakeFromNib