准备卡片样式模态框 0.0.3

准备卡片样式模态框 0.0.3

jeasung.lee 维护。




  • JeaSung Lee

PrepareCardStyleModal

查看韩文版本

在 iOS13 中轻松地将卡片样式模态框改为全屏或防止滑动关闭。

介绍

image

在 iOS13 中将模态框改为卡片样式,现在的效果如上图所示。如果您还没有准备好模态样式,您需要做很多代码。我创建了一个库,只需一行代码即可响应。

以下有两种操作。使它全屏显示或防止关闭操作。 image image

入门

使用 Cocoapods

  pod 'PrepareCardStyleModal'

使用 Carthage

   github "JeaSungLEE/PrepareCardStyleModal"

如何使用

首先导入到应用代理。

import PrepareCardStyleModal

只需将以下两种代码之一添加到 didFinishLaunchingWithOptions。

  • 全屏打开
UIViewController.presentFullScreenSwizzledMethod
  • 防止消失
UIViewController.preventDissmissSwizzledMethod

非常⭐️简单

作者

许可证

本项目使用 MIT 许可证 - 有关详细信息,请参阅 LICENSE 文件