NSButtonをCombineで扱いたい
投稿: 2019/10/09 12:00:00
タグ:
NSButtonをCombineで扱いたい。
NSTextField
、NSTextView
はそれぞれNotificationCenterでNSControl.textDidChangeNotification
/NSText.didChangeNotification
を利用すればよいが、NSButtonにはそういう感じのNotificationはない。
じゃあどうするかというと、KVO (Key-Value Observing)を使う。