开发者

integrate core plot

hi guys i want add CorePlotGallery in my project but i cant do because when i want call RootViewController.m in my menu i have bug this my function:

- (IBAction)statistic:(id)sender { 
    RootViewController *detai= [[RootViewController alloc] initWithNibName:@"RootViewController" bundle:nil]; 
    [self.navigationController pushViewController:detai animated:YES]; [detai release]; 
}

and the bug exactly is here

plotItem = [[PlotGallery sharedPlotGallery] obj开发者_StackOverflowectAtIndex:indexPath.row];
    cell.imageView.image=[plotItem image];
    cell.textLabel.text = plotItem.title;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜