Closed GoogleCodeExporter closed 8 years ago
Created again with correct formatting, please discard previous version.
Original comment by imu...@gmail.com
on 11 Apr 2013 at 10:02
Issue 523 has been merged into this issue.
Original comment by eskr...@mac.com
on 11 Apr 2013 at 11:06
Original comment by eskr...@mac.com
on 11 Apr 2013 at 11:17
After further investigation, I've determined that is working as designed. Every
CALayer, including all visual elements in Core Plot, has a property called
contentsScale that defaults to 1.0. When a graph is added to a hosting view,
the hosting view sets the contentsScale for the graph and all of its sublayers.
The solution is to set the contentsScale of the dummyPlot like this:
dummyPlot.contentsScale = [UIScreen mainScreen].scale;
Original comment by eskr...@mac.com
on 26 Apr 2013 at 11:45
Original issue reported on code.google.com by
imu...@gmail.com
on 11 Apr 2013 at 10:00