测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布最后发布 | 2017年10月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 MZVariantTrunk 维护。
要运行示例项目,先克隆仓库,然后从 Example 目录先运行 pod install
使用
//Set gone attribute.
goneView.gone(MZVisibleState.goneHeight, animated: true)
//Remove gone attribute.
goneView.gone(MZVisibleState.visible, animated: true)
MZGoneView 通过 CocoaPods 提供。要安装
它,只需将以下行添加到您的 Podfile 中
pod 'MZGoneView'
muzcity, [email protected]
MZGoneView 根据 MIT 许可证提供。有关更多信息,请参阅 LICENSE 文件。