整合核心图

问题描述

| 嗨,大家好,我想在我的项目中添加CorePlotGallery,但是我做不到,因为当我想在菜单中调用RootViewController.m时,我的功能出现了这个错误:
- (IBAction)statistic:(id)sender { 
    RootViewController *detai= [[RootViewController alloc] initWithNibName:@\"RootViewController\" bundle:nil]; 
    [self.navigationController pushViewController:detai animated:YES]; [detai release]; 
}
这个错误就在这里
plotItem = [[PlotGallery sharedPlotGallery] objectAtIndex:indexPath.row];
    cell.imageView.image=[plotItem image];
    cell.textLabel.text = plotItem.title;
    

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)