UISwitch, something similar for Mac?

后端 未结 7 1615
一整个雨季
一整个雨季 2021-01-31 12:16

Im sure most of you are familiar with the UISwitch on iOS. Is their any existing project trying to implement something like this on Mac? If not, where would one sta

7条回答
  •  死守一世寂寞
    2021-01-31 12:49

    starting with macOS 10.15 'Catalina' there is a native control for that called 'NSSwitch': https://developer.apple.com/documentation/appkit/nsswitch?language=objc

提交回复
热议问题