Closed bonro001 closed 7 years ago
Quick update, I got away from the pod and copied in the source, works great that way! Followed this article: https://www.andrewcbancroft.com/2015/07/09/circular-progress-indicator-in-swift/
@bonro001 I assume this is resolved. Closing this 👍
Howdy,
Love the class but getting an error after I install using cocoa pods 1.1.1. Here are my steps:
Add the pod to the pod file pod install add view to interface builder, with proper class and module create outlet in associated source file
The last step is where it goes right off the rails, it does not find the class. Importing does not solve the either.
Including a pic of the error and a pic of the pod installed. Looking for a hint on why this is not working.
And, thanks in advance, great looking progress control!!!