会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
苹果教主
2015年9月28日
does not contain bitcode ShardSDK等三方库
摘要: does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE)
阅读全文
posted @ 2015-09-28 10:26 苹果教主
阅读(820)
评论(0)
推荐(0)
2014年10月28日
IOS在Document目录下创建文件夹、保存、读取、以及删除文件
摘要: 1 // 在Documents目录下创建一个名为LaunchImage的文件夹 2 NSString *path = [[NSHomeDirectory() stringByAppendingPathComponent:@"Documents"] stringByAppendin...
阅读全文
posted @ 2014-10-28 19:42 苹果教主
阅读(10432)
评论(0)
推荐(0)
判断IOS安装后是否是第一次启动
摘要: 1 if(![[NSUserDefaults standardUserDefaults] boolForKey:@"firstLaunch"]){2 [[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"fir...
阅读全文
posted @ 2014-10-28 19:33 苹果教主
阅读(793)
评论(0)
推荐(0)
OC中使用单例模式
摘要: 1 static Config * instance = nil; 2 +(Config *) Instance 3 { 4 @synchronized(self) 5 { 6 if(nil == instance) 7 { 8 ...
阅读全文
posted @ 2014-10-28 19:27 苹果教主
阅读(322)
评论(0)
推荐(0)
公告
导航
博客园
首页
新随笔
联系
订阅
管理