Commit 70e62a44 authored by TeahomLee's avatar TeahomLee

Revert "解决ios上页面抖动的issue"

This reverts commit 47411246.
parent 47411246
......@@ -233,9 +233,6 @@ static NSUInteger kInstanceCounter = 0;
- (BOOL)showSnapShotVew
{
// 实际运行时 screenShotView的frame与flutterview的frame不统一 导致页面抖动 在这里同步二者的frame
self.screenShotView.frame = [self.screenShotView.superview convertRect:FLUTTER_VIEW.frame toView:FLUTTER_VIEW.superview];
self.screenShotView.image = [self getSavedScreenShot];
if([self isFlutterViewAttatched]){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment