Is it possible to add a scrollable list of buttons to the Touchbar using the Catalyst API?

95 Views Asked by At

Using AppKit you can embed the buttons in a NSScrollView. Is there any way to do that using the NSTouchbar API exposed through UIKit on Mac Catalyst?

1

There are 1 best solutions below

0
Hejazi On BEST ANSWER

Unfortunately, that's not possible right now as NSCustomTouchBarItem and NSScrubber are unavailable in Mac Catalyst yet.

enter image description here