-
Notifications
You must be signed in to change notification settings - Fork 340
Open
Description
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
eliburke
Metadata
Metadata
Assignees
Labels
No labels