JLLib 0.0.4

JLLib 0.0.4

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布日期最后发布2015年10月

Peng Dong 维护。



 
依赖关系
AFNetworking~> 2.5.4
SVProgressHUD~> 1.1.3
SDWebImage~> 3.7.2
Masonry~> 0.6.2
FMDB~> 2.5
EGOTableViewPullRefresh~> 0.1.0
IQKeyboardManager~> 3.2.4
 

JLLib 0.0.4

  • Peng

ios 基础类,适用于新项目

self.window = [JLLib appInit];

UIViewController *vc = [[UIViewController alloc] init];

UINavigationController *nc = [[UINavigationController alloc] initWithRootViewController:vc];

[self.window setRootViewController:nc];