Skip to content

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

Description

@qingkuangshusheng110

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

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

高斯模糊用的 UIBlurEffect 效果不错

2016.11.30 效果已实现

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions