MZPopView 0.1.2

MZPopView 0.1.2

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2016 年 5 月

由 Monzy Zhang 维护,[链接](/owners/12488)。



MZPopView 0.1.2

  • monzy613

快照

img img img

示例

要运行示例项目,首先克隆仓库,然后从 Example 目录运行 pod install

要求

安装

MZPopView 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中

pod "MZPopView"

快速使用

Objc

[popView popLeftFromPoint:popCenter];
[popView popRightFromPoint:popCenter];
[popView popUpFromPoint:popCenter];
[popView popDownFromPoint:popCenter];

Swift

popView.popLeftFromPoint(popCenter)
popView.popRightFromPoint(popCenter)
popView.popUpFromPoint(popCenter)
popView.popDownFromPoint(popCenter)

作者

monzy613,[邮箱](mailto:[email protected])

许可证

MZPopView 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。