I'm not interested in getting the stock data, but I want to create a smilar application that will have the exact same UI as Apple's Stocks application on the iPhone.
Does anybody know of a tutorial or open code repo that can show me how to do this?
I'm not interested in getting the stock data, but I want to create a smilar application that will have the exact same UI as Apple's Stocks application on the iPhone.
Does anybody know of a tutorial or open code repo that can show me how to do this?
There will be no such tutorial, because the stocks app use a huge number of different technics, and graphical effects.
If you read the ViewController Programming Guide, and then CoreGraphics (Quartz) Guide, then you are near to do it yourself.
Ask again if you have a more specific question.