xandhen / IWantPieChart

Simple pie chart component for iOS
1 stars 0 forks source link

Warnings in is #1

Open geogerar opened 9 years ago

geogerar commented 9 years ago

Hello, Thanks for your excellent tool. I got some warnings in xcode7 IOS9.....can you please correct it ?

Thanks again

George Gerardis

xandhen commented 9 years ago

Hi George,

There seems to be some deprecated functions for drawing text in iOS7 that are causing the warnings. I will hopefully get around to change the code to use Core text instead, but my time is very limited atm so I’m not sure when I will get around to it.

If you want you can make a stab at it and submit a pull request. The offensive lines are around lines 139, 149 and 201 in IWantPieChart.m. This stack overflow post gives some hints at alternative code: http://stackoverflow.com/questions/19614815/cgcontextselectfont-and-cgcontextshowtextatpoint-in-ios-7

Regards

 Andreas

On 21 sep 2015, at 13:38, George notifications@github.com wrote:

Hello, Thanks for your excellent tool. I got some warnings in xcode7 IOS9.....can you please correct it ?

Thanks again

George Gerardis

— Reply to this email directly or view it on GitHub https://github.com/xandhen/IWantPieChart/issues/1.