frameDidChangeNotification(以及我认为boundsDidChangeNotification)的当前路径是什么?
NSView.postsFrameChangedNotifications 和 NSView.postBoundsChangeNotifications 属性可用,但编译器找不到 NSNotification.Name.frameDidChangeNotification 和即使已导入AppKit,NSNotification.Name.boundsDidChangeNotification (也尝试了Notification.Name.xxx-相同的结果)。
答案 0 :(得分:1)
frameDidChangeNotification
是NSView
的类属性:NSView.frameDidChangeNotification
。