开发者

How to create Bar Chart for Ipad application in Xcode?

开发者 https://www.devze.com 2023-04-05 14:42 出处:网络
Can anybody let me know how to create Bar Chart in Xcode for Ipad Application? If anybody can post sample code or a sample it would be he开发者_运维技巧lpful.

Can anybody let me know how to create Bar Chart in Xcode for Ipad Application? If anybody can post sample code or a sample it would be he开发者_运维技巧lpful.

Thanks in advance. Krish


You need to use Quartz, it will take some time to create it.

  1. Subclass a UIView
  2. Put your Quartz code inside the drawRect: method.

Ask specific questions if you get stuck, I would be happy to help.

0

精彩评论

暂无评论...
验证码 换一张
取 消