MZGoneView 1.0.3

MZGoneView 1.0.3

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布最后发布2017年10月
SwiftSwift 版本3.0
SPM支持 SPM

MZVariantTrunk 维护。



  • 作者
  • muzcity

MZGoneView




示例

要运行示例项目,先克隆仓库,然后从 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 文件。