首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Sample application extending Core Plot to make finance graphs like in Stocks iPhone app

Sample application extending Core Plot to make finance graphs like in Stocks iPhone app

  • 资源大小:55.18 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

The sample application uses a separate view to display data represented in a custom model, allowing to set multiple graphs on the same plot surface. Pulling multi-resolution data from yahoo finance is added to display stock market graph for a given stock symbol. Usage sample Create new project in xcode (UIViewController based application). Make main view controller"s view an instance of VianGraphHostingView. graphHost has the type VianGraphHostingView ``` -(void)viewDidLoad { VianYahooDataPuller *dp = [[VianYahooDataPuller alloc] initWithTargetSymbol:@"AAPL" dateResolution:VianDateResolutionMonth]; [dp setDelegate:self]; } // remember that current view controller"s class must implement VianYahoo
VIP VIP
0.161656s