How to create Bar Chart for Ipad application in Xcode?
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.
- Subclass a UIView
- Put your Quartz code inside the
drawRect:
method.
Ask specific questions if you get stuck, I would be happy to help.
精彩评论