show the core plot chart in a table view cell using ios and xcode3
I am now working on an iphone project. I want to use a core plot chart into a table view cell in ios. I am usin开发者_开发百科g xcode3 and ios 4.2 versions. Now the chart is displayed in a separate view. By touching the row in a table view, the chart should be displayed below the row as a table view cell. Can you help me?
Best Regards
Core plot uses CPTGraphHostingView to be placed on an UIView. Here you can find how to add subviews to an UIViewTable cell view.
精彩评论