Text change notification for an NSTextField

前端 未结 5 681
不知归路
不知归路 2020-12-08 03:58

I would like to use the code from the answer to this question: How to observe the value of an NSTextField on an NSTextField in order to observe changes on the string stored

5条回答
  •  情话喂你
    2020-12-08 04:29

    In Swift it's

    public override func controlTextDidChange(_ obj: Notification) {
    
    
    }
    

提交回复
热议问题