一、前言 上篇文章主要介绍了如何在App中使用CocoaPods引入第三方库,本篇文章将介绍怎样使用CocoaPods进行lib库的开发(lib库指静态库或动态库)。 二、C...
一、前言 上篇文章主要介绍了如何在App中使用CocoaPods引入第三方库,本篇文章将介绍怎样使用CocoaPods进行lib库的开发(lib库指静态库或动态库)。 二、C...
code:1 重复连接 code:1,domain:GCDAsyncSocketErrorDomain,userInfo:{NSLocalizedDescription = ...
非常感谢 Thanks♪(・ω・)ノ
twrp提示 E1001: Failed to update system image. Updater ended with ERROR: 7in TWRP go to advanced > terminal, then create /cache/recovery with,就是进入 twrp的 advanced...
in TWRP go to advanced > terminal, then create /cache/recovery with,就是进入 twrp的 advanced...
Linux中在命令行中使用JQ来解析修改JSON字符串 在现实开发场景中, 经常需要在命令行中做一些解析json数据的工作,在linux中并没有提供太多有用了工具来帮你完成这...
您好,我是按照第一种方法进行做的,当通过方法
id delegate = [UIApplication sharedApplication].delegate;
UITabBarController *tabBarController = [delegate tabBarController];
这里用delegate调tabBarController时候程序崩溃,但是我找不到原因,请大神指点
崩溃日志:-[AppDelegate tabBarController]: unrecognized selector sent to instance 0x60800002d520
http://blog.csdn.net/totogo2010/article/details/8048652/
http://www.cnblogs.com/eniac12/p/5329396.html iOS/OC:归并排序的图解和实现 iOS算法笔记-快速排序-OC实现