How to use NSProgressIndicator in AppKit

Issue #406

let progressIndicator = NSProgressIndicator()
progressIndicator.isIndeterminate = true
progressIndicator.style = .spinning
progressIndicator.startAnimation(nil)
Written by

I’m open source contributor, writer, speaker and product maker.

Start the conversation