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

Deprecation warnings when building for iOS 7 #7

Open
sguillope opened this issue Jan 16, 2014 · 1 comment
Open

Deprecation warnings when building for iOS 7 #7

sguillope opened this issue Jan 16, 2014 · 1 comment

Comments

@sguillope
Copy link

Using AMRatingControl v1.2.0

AMRatingControl.m:130:32: 'drawAtPoint:withFont:' is deprecated: first deprecated in iOS 7.0 - Use -drawAtPoint:withAttributes:
AMRatingControl.m:147:23: 'drawAtPoint:withFont:' is deprecated: first deprecated in iOS 7.0 - Use -drawAtPoint:withAttributes:
@amseddi
Copy link
Owner

amseddi commented Feb 5, 2014

Thank you for reporting this issue.
But as this method is still working in iOS 7 and the new method is only available in iOS 7 I will leave it for the moment.

You can disable the warnings in your pods using:

inhibit_all_warnings!

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

No branches or pull requests

2 participants