2019-09-07a few seconds read (About 20 words)How to use NSProgressIndicator in AppKitIssue #406 1234let progressIndicator = NSProgressIndicator()progressIndicator.isIndeterminate = trueprogressIndicator.style = .spinningprogressIndicator.startAnimation(nil)#swiftmacOS