Enchilada
Enchilada

Reputation: 3919

The graphing in Apple's stock app

Is the graphing portion of Apple's "Stocks" iPhone application available to developers?

My guess would be that it is not. If I am right, on a rough scale on 0-100, how difficult would it be to reproduce? (I know this is a silly question, but anyway. Just want some idea.) Also, what framework do you think would be the most suitable for the reproduction? Core Animation? Notice especially how you can drag your finger across the charts when in landscape mode to see the prices on each data point. It's just way too cool.

Upvotes: 4

Views: 2584

Answers (3)

It's also worth checking out SciChart, which has an ios financial chart control. enter image description here It is a paid control, but in performance tests really outstrips competitors including paid and open source. Some by a mile.

It supports Objective-C, Swift2.2, Swift3 as well as Xamarin in the upcoming v2.x release.

You can now clone the iOS Chart examples on Github and have a play around with the controls and see how we created the above example app!

Full disclosure - I work for SciChart and am the tech lead on the project

Upvotes: 0

ColinE
ColinE

Reputation: 70122

There are several commercial tools for iOS charting, which can probably reproduce the chart you are looking for.

Full Disclosure - I work for Scott Logic, which is the parent company of ShinobiControls

Upvotes: 1

ARsteve
ARsteve

Reputation: 436

http://code.google.com/p/core-plot/ is probably what you're looking for.

Upvotes: 6

Related Questions