iOSPlot icon indicating copy to clipboard operation
iOSPlot copied to clipboard

Chart library for iOS

Results 25 iOSPlot issues
Sort by recently updated
recently updated
newest added

JSONKit.h's file not found

This pull request corrects the spelling of **Xcode** :sweat_smile: https://developer.apple.com/xcode/ Created with [`xcode-readme`](https://github.com/dkhamsing/xcode-readme).

Is this code 64 bit compatible mode .

Not properly working in iphone6/6plus devices

Hi, Thanks for the great contribution in advance. The crashing point is the line 107 of the drawRect: message in PCLineChartView.m. I am using it under iOS5.1 target. Any idea?

I tried to view the Line Graph screen by second time and it gets crashed in the below method. - (void)drawRect:(CGRect)rect

Created the spec file for the CocoaPod style install. Set to pull version 1.0.1.

Removed JSON kit has a required library and used NSJSONSerialize since as of iOS 7 this library has issue using the isa pointer. As well, fixed a bug that when...