会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
 Sportica
 Sportica
qingjoin
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
···
26
下一页
2015年11月17日
performSelector 多个参数
摘要: [self performSelector:@selector(callFooWithArray) withObject:[NSArray arrayWithObjects:@"first", @"second", nil] afterDelay:15.0]; //延迟15秒
阅读全文
posted @ 2015-11-17 14:35 qingjoin
阅读(958)
评论(0)
推荐(0)
2015年11月16日
iOS 获取APP相关信息 私有API
摘要: /* Generated by RuntimeBrowser Image: /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices */@interface LSApplicationWorkspace...
阅读全文
posted @ 2015-11-16 12:29 qingjoin
阅读(4738)
评论(0)
推荐(0)
2015年11月9日
iOS 获取已安装 的APP
摘要: -(void)getAppPlist{ Class LSApplicationWorkspace_class = objc_getClass("LSApplicationWorkspace"); NSObject* workspace = [LSApplicationWorkspace_...
阅读全文
posted @ 2015-11-09 16:45 qingjoin
阅读(1476)
评论(0)
推荐(0)
2015年10月28日
iOS9 Error Domain=NSURLErrorDomain Code=-1022 App Transport Security (ATS)
摘要: iOS 9在HTTP 访问时会出错 iOS9 Error Domain=NSURLErrorDomain Code=-1022这时需要修改info.plist 文件在Info.plist中添加NSAppTransportSecurity类型Dictionary。在NSAppTransportSecu...
阅读全文
posted @ 2015-10-28 10:02 qingjoin
阅读(508)
评论(0)
推荐(0)
2015年9月24日
iOS9中找不到XXX.dylib 与 is unavailable no availabel on ios (app extension) - use view controller 的解决办法
摘要: 在 iOS9 中现在找不到 XXX.dylib 了,比如libz.tbd 如果要用到 libz.dylib,可以用下面的办法,来自 Stack Overflow。Go to Build Phases >Link Binary with Librairies > + > Add otherOnce i...
阅读全文
posted @ 2015-09-24 15:54 qingjoin
阅读(2293)
评论(0)
推荐(0)
2015年8月10日
iOS 在不添加库的情况下 通过抽象类来获取自己想要的方法
摘要: #define SYSTEM_VERSION_MORE_THAN_BFDATA(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedDescending)+ (NS...
阅读全文
posted @ 2015-08-10 16:51 qingjoin
阅读(785)
评论(0)
推荐(0)
2015年8月2日
iOS 设置 UIWebView UserAgent
摘要: NSString *userAgent = [[[UIWebView alloc] init] stringByEvaluatingJavaScriptFromString:@"navigator.userAgent"]; NSString *customUserAgent = [userAgen...
阅读全文
posted @ 2015-08-02 16:25 qingjoin
阅读(469)
评论(0)
推荐(0)
2015年6月9日
Mac 流程图
摘要: https://www.lucidchart.com/pages/signup?utm_expid=39895073-174.qKyHpBEbQS26y86OArD-rQ.1https://www.processon.com/
阅读全文
posted @ 2015-06-09 13:20 qingjoin
阅读(803)
评论(0)
推荐(0)
2015年5月27日
iOS 获取设备型号 ip6更新
摘要: //获得设备型号+ (NSString *)getCurrentDeviceModel:(UIViewController *)controller{ int mib[2]; size_t len; char *machine; mib[0] = CTL_HW; ...
阅读全文
posted @ 2015-05-27 13:57 qingjoin
阅读(1344)
评论(0)
推荐(0)
2015年4月1日
iOS 获取UDID
摘要: https://github.com/ylechelle/OpenUDID
阅读全文
posted @ 2015-04-01 16:02 qingjoin
阅读(233)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
26
下一页
公告
 Sportica