测试已测试 | ✗ |
语言语言 | Obj-CObjective C |
许可证 | MIT |
发布最后发布 | 2016 年 5 月 |
由 Monzy Zhang 维护,[链接](/owners/12488)。
要运行示例项目,首先克隆仓库,然后从 Example 目录运行 pod install
。
MZPopView 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中
pod "MZPopView"
[popView popLeftFromPoint:popCenter];
[popView popRightFromPoint:popCenter];
[popView popUpFromPoint:popCenter];
[popView popDownFromPoint:popCenter];
popView.popLeftFromPoint(popCenter)
popView.popRightFromPoint(popCenter)
popView.popUpFromPoint(popCenter)
popView.popDownFromPoint(popCenter)
monzy613,[邮箱](mailto:[email protected])
MZPopView 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。