Open damaex opened 8 years ago
I'm sorry to tell you, but your library doesn't build in iOS 10 anymore.
Here is the Fix:
DACircularProgressView.h line 11
replace:
@interface DACircularProgressView : UIView
with:
#if __IPHONE_OS_VERSION_MAX_ALLOWED < __IPHONE_10_0 @interface DACircularProgressView : UIView #else @interface DACircularProgressView : UIView <CAAnimationDelegate> #endif
@damaex This repo isn't being maintained. Swift / iOS 10 version: https://github.com/iwasrobbed/RPCircularProgress
I'm sorry to tell you, but your library doesn't build in iOS 10 anymore.
Here is the Fix:
DACircularProgressView.h line 11
replace:
with: