Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我想使用饼图和条形图。对于 pis 图表,我正在集成 BNPieChart,对于条形图,我正在集成 CorePlot-CocoaTouch。那么我可以有一个用于饼图和条形图的单曲吗?提前致谢
是的。您可以在一个 ViewController 上将 CorePlot 用于 PIE 和 BAR 图表。因此,如果您同时使用 CorePlot 和其他框架 - 您可以在 One View Controller 上同时使用它。也许 :)