测试已测试 | ✗ |
语言语言 | 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 |
ios 基础类,适用于新项目
self.window = [JLLib appInit];
UIViewController *vc = [[UIViewController alloc] init];
UINavigationController *nc = [[UINavigationController alloc] initWithRootViewController:vc];
[self.window setRootViewController:nc];