We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@damaex This repo isn't being maintained. Swift / iOS 10 version: https://github.com/iwasrobbed/RPCircularProgress
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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:
The text was updated successfully, but these errors were encountered: