0

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?

pvieito
  • 117
  • 2
  • 8

1 Answers1

0

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

enter image description here

Hejazi
  • 16,587
  • 9
  • 52
  • 67