Skip to content

Commit

Permalink
Reset demo implement
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluto-Y committed Jan 18, 2017
1 parent 786b34b commit 7084970
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Demo/iOS-Echarts_iOS/Controller/WKWebViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ - (IBAction)obtainDumpscreen:(id)sender {
__weak __typeof(self) weakSelf = self;
[_echartsView obtainEchartsImageWithType:PYEchartsViewImageTypeJEPG completed:^(UIImage *image) {
weakSelf.imageView.image = image;
UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, self.view.bounds.size.width, 300)];
imageView.image = image;
[weakSelf.view addSubview:imageView];

}];
}

Expand Down

0 comments on commit 7084970

Please sign in to comment.