Dave Cilia
Dave Cilia
@kaunteya are you using the ``` ProgressKit.xcworkspace ``` to build and run?
```Swift Version 3 ``` in the build settings (using ```Xcode 8.3.3```) - look at ```SWIFT_VERSION```
@kaunteya ---> try building the framework first; choose the destination as Mac or iOS Simulator and build. Then the playground should work.
@kaunteya just checking in, were you able to get it to work?
@kaunteya I see from the screenshot you aren't running on the simulator , try building the framework first with the macOS in the destination scheme. Once you start adding progress...
@kaunteya Sure - given the power of the Playground and ease of use in spinning it up is the primary reason. With demo apps, you have incompatibilities with versions of...
All valid tradeoffs, as the creator of this project its your vision 👍. My understanding is that you have reservations around the use of the demo app / playground, which...
I was able to fix it by going full screen with the app. It seems that the filters are stuck in a selected state and were only able to be...