Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

view消失的时候会闪一下,很明显 #17

Open
gezi0630 opened this issue Mar 18, 2017 · 3 comments
Open

view消失的时候会闪一下,很明显 #17

gezi0630 opened this issue Mar 18, 2017 · 3 comments

Comments

@gezi0630
Copy link

No description provided.

@SimonHolmeslm
Copy link

我也是这么觉得.点击取消或者确定的时候,感觉视图整个刷新了.不知道为啥.点击取消的话,讲道理,不会影响父视图才对.但是显然不是这样的.

@SimonHolmeslm
Copy link

dismissBlock:里面执行的动画的锅.你可以把里面改下.

@SimonHolmeslm
Copy link

[weak setBackgroundColor:[UIColor colorWithRed:0 green:0 blue:0 alpha:0.0f]];
[timeBroadcastView setFrame:CGRectMake(0, kScreen_Height, kScreen_Width, height)];
block(YES);
[self removeFromSuperview];

直接贴上我的代码吧^_^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants