AMRatingControl
AMRatingControl copied to clipboard
Deprecation warnings when building for iOS 7
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:
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!