Repository: sindresorhus/CircularProgress. Description: Circular progress indicator for your macOS app Stars: 579, Forks: 52. Primary language: Swift. Languages: Swift (100%). License: MIT. Topics: carthage, cocoapods, macos, progress-circle, progress-indicator, progress-view, swift, swift-package. Open PRs: 0, open issues: 0. Last activity: 2y ago. Top contributors: sindresorhus, boyvanamstel, allewun, fredyshox, rcobelli, serhii-londar.
Swift
https://developer.apple.com/tutorials/swiftui/ https://developer.apple.com/documentation/combine [ ] Accept a to update the progress. (Does this make sense?) [ ] Make it Swift compatible by conforming to [ ] Expose SwiftUI bindings for the various states and ability to control states using bindings. [ ] Add another example app that uses the SwiftUI interface and bindings. [ ] Docs [ ] Tests Anything other ideas? This issue requires you to have advanced Swift knowledge.
I don't want to maintain a manual copy of the docs forever, but there are certain things I need before it's worth automating it: [ ] GitHub Actions, so that I can automatically generate docs when a new Git tag is created. Yes, I could use Travis now, but I don't want to. [ ] Jazzy / Swift support for showing default arguments. I think this will be supported in Swift 5, and Jazzy could then take advantage of it.