Skip to content

iOS 10 compatibility #73

@damaex

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

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