Skip to content

iOS 10 compatibility #73

Description

@damaex

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions