0

我有两个视图,一个带有一些信息和一个按钮,它对另一个视图控制器执行显示 segue,我将其称为 SVC。我想将 UIBlurEffect 添加到 SVC 上的 UIView 中,但我遇到的只是添加带有模糊的子视图,这对我毫无帮助。任何帮助都会很棒。

4

1 回答 1

2

If you are going to make your SVC as a blur above your first VC. U can do this:

first make the UIView on SVC bgcolor to clearColor enter image description here

second add UIBlurEffect to the UIView as subview like this enter image description here

and then make your content in the view in Visual Effect View

于 2016-01-17T06:25:22.670 回答