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

Add missing UIKit #20

Merged
merged 1 commit into from
Apr 11, 2015
Merged

Add missing UIKit #20

merged 1 commit into from
Apr 11, 2015

Conversation

mkalmes
Copy link
Contributor

@mkalmes mkalmes commented Apr 10, 2015

Importing this class into an iOS 7 project raised an error for unresolved
identifier CGFloat.

This pull request fixes the bug.

Importing this class into an iOS 7 project raised an error for unresolved
identifier `CGFloat`.

This patch fixes [this bug](#19).
@danielgindi
Copy link
Collaborator

Actually the correct framework to import there is CoreGraphics, as there's no use of UIKit in the data classes

@danielgindi
Copy link
Collaborator

But I've decided to accept it as it is- as there is usage of the UIColor class in some of those classes!

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.

Unresolved identifier CGFloat in iOS 7 project
2 participants