kaandedeoglu / KDCircularProgress

A circular progress view with gradients written in Swift
MIT License
1.21k stars 217 forks source link

Pod usage error #55

Closed bonro001 closed 7 years ago

bonro001 commented 7 years ago

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!!!

screen shot 2016-11-29 at 5 10 14 pm screen shot 2016-11-29 at 5 12 40 pm

bonro001 commented 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/

kaandedeoglu commented 7 years ago

@bonro001 I assume this is resolved. Closing this 👍