我有很多嵌套的 NSView,这些通知确实减慢了应用程序的速度。
NSView 有这些控制通知的方法:
- setPostsFrameChangedNotifications:
- postsFrameChangedNotifications
- setPostsBoundsChangedNotifications:
- postsBoundsChangedNotifications
但是,我看不到关于控制 NSViewDidUpdateTrackingAreasNotification 的任何信息。有谁知道如何做到这一点?