How to use UIBlurEffect with modal View Controllers?

后端 未结 6 2305
夕颜
夕颜 2021-02-13 14:17

I have a UIViewController that presents another UIViewController modally. I want the modal view controller to have the blur/transparency that iOS 7 int

6条回答
  •  花落未央
    2021-02-13 15:09

    Look at my sample project where I demonstrate blur effect by using only storyboard and constraints.

    GitHub demo: link

提交回复
热议问题