TSModalViewController:自定义模态视图控制器,在呈现的视图之外点击时隐藏

时间:2024-07-24 14:02:17
【文件属性】:

文件名称:TSModalViewController:自定义模态视图控制器,在呈现的视图之外点击时隐藏

文件大小:106KB

文件格式:ZIP

更新时间:2024-07-24 14:02:17

Objective-C

TSModalViewController 自定义模态视图控制器,在呈现的视图之外点击时隐藏(在 FormSheet 中呈现) ##用法 // Make your ViewController inherit from TSModalViewController #import "TSModalViewController.h" @interface ToShowModalViewController : TSModalViewController @end - (IBAction)didClickedGoButton:(id)sender { ToShowModalViewController *viewController = [[ToShowModalViewController alloc] init]; viewController.modalPresen


【文件预览】:
TSModalViewController-master
----TSModalViewController()
--------TSModalViewController.h(248B)
--------TSModalViewController.m(2KB)
----demo.gif(159KB)
----TSModalViewControllerDemo()
--------main.m(355B)
--------ToShowModalViewController.m(257B)
--------AppDelegate.h(298B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------ToShowModalViewController.h(271B)
--------ViewController.h(237B)
--------Images.xcassets()
--------Info.plist(1KB)
--------ViewController.m(776B)
----LICENSE(11KB)
----TSModalViewControllerDemo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(18KB)
----.gitignore(495B)
----TSModalViewControllerDemoTests()
--------TSModalViewControllerDemoTests.m(934B)
--------Info.plist(753B)
----README.md(775B)

网友评论