piaoyongren / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

CPGraphHostingView subviews get rotated 180° #236

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create CPGraphHostingView
2. add something as subview
3. Subview gets rotated

What is the expected output? What do you see instead?
Normal subview. Rotated Subview.

What version of the product are you using? On what operating system?
iPhone os 4.2

Please provide any additional information below.

Original issue reported on code.google.com by neloito...@googlemail.com on 23 Dec 2010 at 5:20

Attachments:

GoogleCodeExporter commented 8 years ago
The graph hosting view is intended to only host a graph, and not anything else. 
We do some transforms to make things work across the Mac and iPhone.

If you need to put other controls on the graph, make a sibling view instead, 
ie, add the graph view as a subview together with the controls/buttons you need 
to draw on top.

Original comment by drewmcco...@mac.com on 24 Dec 2010 at 1:47