AMRatingControl icon indicating copy to clipboard operation
AMRatingControl copied to clipboard

Deprecation warnings when building for iOS 7

Open sguillope opened this issue 11 years ago • 1 comments

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:

sguillope avatar Jan 16 '14 16:01 sguillope

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!

amseddi avatar Feb 05 '14 14:02 amseddi