Skip to content
New issue

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

Update BEMCheckBox.h #26

Merged
merged 3 commits into from
Aug 10, 2016
Merged

Conversation

Signoo
Copy link
Contributor

@Signoo Signoo commented Jul 13, 2016

Fix for the following issue: #25

@Signoo
Copy link
Contributor Author

Signoo commented Jul 13, 2016

@Boris-Em I'm sorry I can't seem to figure out how to make the build pass :( I found out that the CAAnimationDelegate is available only from iOS 10, so I've added the following condition:

#if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_9_3
IB_DESIGNABLE @interface BEMCheckBox : UIView <CAAnimationDelegate>
#else
IB_DESIGNABLE @interface BEMCheckBox : UIView
#endif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants