开发者

integrate core plot

开发者 https://www.devze.com 2023-03-09 18:34 出处:网络
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:

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

精彩评论

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