Top "Core-plot" questions

Core Plot is an open source plotting framework for macOS, iOS, and tvOS.

Is there a good charting library for iPhone?

I have a need to render and display charts (bar charts for now, but more types may be needed later) …

ios cocoa cocoa-touch charts core-plot
swift failed with exit code 1 while compiling in Xcode - possibly related to Bridging-Headers

I have an Obj-C Project I'm trying to migrate to Swift. I did succeed with various classes but recently ran …

ios objective-c swift core-plot
missing required architecture x86_64 in file libCorePlot-CocoaTouch.a

According to the Ray Wenderlich tutorial, I done the following : Step 1 - I downloaded CorePlot_1.4.zip on the official website …

ios iphone xcode xcode5 core-plot
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 6.0'

I have dowloaded a project name called Plot_Gallery _ios which is mainly runs for plotting of graph.This was …

objective-c ios xcode ipad core-plot
real time plotting on iPhone using core plot?

I want to use core-plot for drawing line graph dynamically. data won't come at a time, we will be receiving …

iphone ios core-plot
whats a good ios charting library/framework

Has anyone got any recommendations for a charting library/framework for ios. I need to be able to create bar, …

ios frameworks charts core-plot
abort: error: nodename nor servname provided, or not known error

can anyone help ?? i am getting this error while connecting.. abort: error: nodename nor servname provided, or not known please …

core-plot
What are the alternatives to Core-Plot for drawing graphs in iPhone SDK

Are there any alternatives to Core-Plot for drawing graphs in iPhone SDK? I am having hard time integrating core-plot in …

iphone objective-c cocoa-touch quartz-graphics core-plot
iPhone 4 iOS5 Core Plot and ARC error:"The current deployment target does not support weak references"

I've converted my project to iOS 5 and enabled ARC. Now I need to integrate core plot with the project. When …

core-plot ios5 iphone-4 automatic-ref-counting
Charts with swift

I'm new in iOS development and want to create an app with some charts. I decided to start development with …

ios objective-c swift charts core-plot