Latest | 1.0.2 |
---|---|
Homepage | https://github.com/LuoCongMing/BLADSViewDemo |
License | MIT |
Platforms | ios 8.0 |
Dependencies | SDWebImage |
Authors |
BLADSViewDemo
pod ‘BLADSView’,’~>1.0.2′
使用方法:
UINavigationController*nav = [[UINavigationController alloc]initWithRootViewController:[[ViewController alloc]init]];
BLADSViewController*ads = [[BLADSViewController alloc]initWithADSUrl:[NSURL URLWithString:@"http://www.baidu.com"] ImageUrl:[NSURL URLWithString:@"http://www.qqjia.com/z/11/tu13234_6.jpg"] RootViewController:nav];
// ads.isNeedCloseButton = YES;
// ads.backImage = [UIImage imageNamed:@"navbar_btn_back_green"];
self.window.rootViewController = ads;
Latest podspec
{ "name": "BLADSView", "version": "1.0.2", "summary": "u7b80u5355u7684u542fu52a8u5e7fu544au9875u9762", "homepage": "https://github.com/LuoCongMing/BLADSViewDemo", "license": "MIT", "authors": { "Jianbo Zhou": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/LuoCongMing/BLADSViewDemo.git", "branch": "master" }, "source_files": "BLADSView", "resources": "BLADSView/*.xib", "dependencies": { "SDWebImage": [] } }
Wed, 10 Jan 2018 16:40:31 +0000