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

新思路 用模态的跳转方式弹出新界面 背景做高斯模糊效果,是否可以不再需要动态截屏呢? #13

Open
qingkuangshusheng110 opened this issue Nov 28, 2016 · 0 comments

Comments

@qingkuangshusheng110
Copy link

qingkuangshusheng110 commented Nov 28, 2016

DynamicViewController *VC = [[DynamicViewController alloc]init];
VC.title = @"按钮页";
VC.modalPresentationStyle = UIModalPresentationCustom;
[self.navigationController presentViewController:VC animated:YES completion:^{}];

用模态的跳转方式弹出新界面 背景做高斯模糊效果,是否可以不再需要动态截屏呢?

高斯模糊用的 UIBlurEffect 效果不错

2016.11.30 效果已实现

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

1 participant