MJPopupViewController:一个UIViewController类别,用于将ViewController显示为具有不同过渡效果的弹出窗口

时间:2024-04-20 13:47:51
【文件属性】:

文件名称:MJPopupViewController:一个UIViewController类别,用于将ViewController显示为具有不同过渡效果的弹出窗口

文件大小:164KB

文件格式:ZIP

更新时间:2024-04-20 13:47:51

Objective-C

MJPopupViewController(不建议使用) 一个UIViewController类别,用于将ViewController显示为具有不同过渡效果的弹出窗口。 撰写,2012年6月。 注意:您不应再使用此类别,因为它已经过时,并且有更多现代方法可以解决此问题。 安装 只需将Source下的文件拖放到Xcode项目中即可。 另外,您需要将QuartzCore-Framework添加到您的项目中。 用法 首先,您必须导入类别 #import "UIViewController+MJPopupViewController.h" 然后只需使用presentPopupViewController:animationType ,例如: [self presentPopupViewController:detailViewController animationType:MJPopup


【文件预览】:
MJPopupViewController-master
----.gitignore(255B)
----README.md(2KB)
----Source()
--------MJPopupBackgroundView.m(995B)
--------MJPopupBackgroundView.h(226B)
--------UIViewController+MJPopupViewController.m(17KB)
--------UIViewController+MJPopupViewController.h(2KB)
----LICENSE.txt(1KB)
----MJPopupViewControllerDemo()
--------MJPopupViewControllerDemo.xcodeproj()
--------MJPopupViewControllerDemo()
----assets()
--------demo1.png(59KB)
--------demo2.png(70KB)
----MJPopupViewController.podspec(615B)

网友评论