Latest | 1.0 |
---|---|
Homepage | https://github.com/hirat/HRTPopViewController |
License | MIT |
Platforms | ios 6.0, requires ARC |
Dependencies | pop |
Frameworks | UIKit |
Authors |
HRTPopViewController
UIViewController 的 Category 方法,以各种方式弹出 UIView
使用方法
pod 'HRTPopViewController'
#import "UIViewController+HRTPopViewController.h"
[self showView: view withAnimation: HRTPopViewAnimationPath completion:^{
}];
Latest podspec
{ "name": "HRTPopViewController", "version": "1.0", "platforms": { "ios": "6.0" }, "license": "MIT", "summary": "UIViewController u7684 Category u65b9u6cd5uff0cu4ee5u5404u79cdu65b9u5f0fu5f39u51fa UIView", "homepage": "https://github.com/hirat/HRTPopViewController", "authors": { "hirat": "[email protected]" }, "source": { "git": "https://github.com/hirat/HRTPopViewController.git", "tag": "1.0" }, "description": "n UIViewController u7684 Category u65b9u6cd5uff0cu4ee5u5404u79cdu65b9u5f0fu5f39u51fa UIViewuff0cu53efu5b9eu73b0u7c7bu4f3cPathu4e2dUIViewu5f39u51fau7684u6548u679cn", "requires_arc": true, "source_files": "SouceFile/*.{h,m}", "frameworks": [ "UIKit" ], "public_header_files": "SouceFile/*.h", "dependencies": { "pop": [] } }
Sun, 06 Mar 2016 02:43:03 +0000