如何在 swift 中呈现自定义模式

How to present a custom modal in swift

我不知道如何在 Xcode 中做到这一点,也许是使用 Interface Builder 或编程方式?

我想显示这样的模式:

我可以用 pods 做到这一点,但我想创建自己的模式

我总是在 Storyboard 中制作这种模式。为视图控制器的视图提供黑色背景颜色,alpha 小于 1。还要确保 modalPresentationStyle 设置为 Over Current Context。