会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
frounk
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
9
下一页
2017年11月21日
AFNetwork 'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based
摘要:
阅读全文
posted @ 2017-11-21 15:29 frounk
阅读(631)
评论(0)
推荐(0)
2017年11月14日
Xcode9 升级遇到的问题记录
摘要: 1. Implicit declaration of function 'sqlite3_rekey' is invalid in C99 sqlite3_rekey头文件位置问题 #import < sqlite3.h > 改为#import < SQLCipher/sqlite3.h 2.项目中
阅读全文
posted @ 2017-11-14 17:20 frounk
阅读(529)
评论(0)
推荐(0)
2017年9月29日
替换Share Extension中的默认分享界面
摘要: 转自:https://my.oschina.net/vimfung/blog/707448 替换Share Extension中的默认分享界面 如果通过扩展SLComposeServiceViewController还不能满足需求的情况下,这时候就需要自己设计一个分享视图控制器来替换默认的SLCom
阅读全文
posted @ 2017-09-29 15:32 frounk
阅读(709)
评论(0)
推荐(0)
2017年8月21日
切换横竖屏幕
摘要: #pragma mark -切换横竖屏幕- (IBAction)chageViewHVClick:(id)sender { UIButton * button=sender; if (!isHengPing) { paraCtx.interfaceOrientation=LS_CAMERA_ORIE
阅读全文
posted @ 2017-08-21 09:44 frounk
阅读(131)
评论(0)
推荐(0)
2017年4月26日
DELETE 请求参数保存在Body 中
摘要: NSMutableDictionary *parameter = [NSMutableDictionary dictionary]; NSString * url = [NSString stringWithFormat:signatureProxy,model2.scheduleId]; NSMu
阅读全文
posted @ 2017-04-26 16:07 frounk
阅读(6629)
评论(0)
推荐(0)
2017年3月14日
路径错误问题解决
摘要:
阅读全文
posted @ 2017-03-14 17:14 frounk
阅读(256)
评论(0)
推荐(0)
2017年2月21日
xcode 出现the file couldn't be opened
摘要: 这种情况通常是因为合并代码时xcodeproj文件出现了格式内容上的错误,右键显示包内容, 文本打开.pbxproj文件改掉错误的关联文件及格式保存就可以, xcode有时会有缓存现象可以清空缓存一下或者重启再试试。
阅读全文
posted @ 2017-02-21 14:25 frounk
阅读(1656)
评论(0)
推荐(0)
2017年1月4日
UIAlertController使用
摘要: // 将UIAlertController模态出来 相当于UIAlertView show 的方法// 初始化一个一个UIAlertController // 参数preferredStyle:是IAlertController的样式 // UIAlertControllerStyleAlert 创
阅读全文
posted @ 2017-01-04 15:49 frounk
阅读(164)
评论(0)
推荐(0)
2016年12月2日
类微信 直接删除 @“用户名”操作
摘要: if ([text isEqualToString:@""]) { //删除@整个人名操作 //从字符串分割到数组- componentsSeparatedByString: NSString *string = textView.text; NSLog(@"string:%@",string);
阅读全文
posted @ 2016-12-02 17:43 frounk
阅读(405)
评论(0)
推荐(0)
2016年9月5日
UILabel 根据文本内容设置frame
摘要: CGRect senderFrame = cell.senderLabel.frame; CGRect creatAtFrame = cell.creatAtLabel.frame; CGSize senderSize = [cell.senderLabel.text sizeWithAttribu
阅读全文
posted @ 2016-09-05 10:17 frounk
阅读(343)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
9
下一页
公告