Skip to content

Commit 7084970

Browse files
committed
Reset demo implement
1 parent 786b34b commit 7084970

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Demo/iOS-Echarts_iOS/Controller/WKWebViewController.m

-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ - (IBAction)obtainDumpscreen:(id)sender {
7373
__weak __typeof(self) weakSelf = self;
7474
[_echartsView obtainEchartsImageWithType:PYEchartsViewImageTypeJEPG completed:^(UIImage *image) {
7575
weakSelf.imageView.image = image;
76-
UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, self.view.bounds.size.width, 300)];
77-
imageView.image = image;
78-
[weakSelf.view addSubview:imageView];
79-
8076
}];
8177
}
8278

0 commit comments

Comments
 (0)