delyntaxUG / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

With iOS7 UILineBreakModeWordWrap and UITextAlignment have been deprecated. #571

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the project in XCode5. .
2. Turn on the "Treat Warnings as Errors."  in the project settings for the 
library
3. Build the project in XCode5 and you will see build errors due to deprecation 
of methods UILineBreakModeWordWrap and UITextAlignment in iOS7.

What is the expected output? What do you see instead?
I expect the project should build successfully but it fails due to deprecated 
UILineBreakModeWordWrap and UITextAlignment methods.

What version of the product are you using? On what operating system?
iOS 7, XCode5.

Please provide any additional information below.

Original issue reported on code.google.com by vake...@gmail.com on 21 Aug 2013 at 2:07

GoogleCodeExporter commented 8 years ago
Which project? (Core Plot or one of the example apps?)

What version are you using? Release 1.3 and later don't reference that 
enumeration at all.

Original comment by eskr...@mac.com on 21 Aug 2013 at 3:09

GoogleCodeExporter commented 8 years ago
I think it actually got fixed. We are using release 1.4 now.

Original comment by vake...@gmail.com on 21 Aug 2013 at 3:38

GoogleCodeExporter commented 8 years ago

Original comment by eskr...@mac.com on 21 Aug 2013 at 7:47