摘要: 结合图片轮播器 的 图片浏览器 Demo 阅读全文
posted @ 2015-12-27 16:04 杨智帆 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 直接上代码:0.代理协议UIImagePickerControllerDelegate, UINavigationControllerDelegate1.定义@property (strong, nonatomic) CIDetector *detector;2.“相册”按钮的点击事件-(void)... 阅读全文
posted @ 2015-11-09 15:26 杨智帆 阅读(309) 评论(0) 推荐(0) 编辑
摘要: #import "TableViewController.h"#import "fdModel.h"#import "fdTableViewCell.h"#import #import "UITableView+FDTemplateLayoutCell.h"@interface TableViewC... 阅读全文
posted @ 2015-10-22 17:24 杨智帆 阅读(403) 评论(0) 推荐(0) 编辑
摘要: svn import app-ios http://192.168.1.88/svn/app-ios/ -m"新项目"上传完成之后,checkout下来,静态库需要再次添加 阅读全文
posted @ 2015-10-14 11:45 杨智帆 阅读(1587) 评论(0) 推荐(0) 编辑
摘要: sudo gem install -n /usr/local/bin cocoapods 阅读全文
posted @ 2015-10-13 22:02 杨智帆 阅读(398) 评论(0) 推荐(0) 编辑
摘要: **新建 ExtendNSLog 类,继承自 NSObject**在 ExtendNSLog.h 中删除默认代码 添加以下函数声明:void ExtendNSLog(const char *file, int lineNumber, const char *functionName, NSStrin... 阅读全文
posted @ 2015-10-11 16:20 杨智帆 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 1. 全部抑制 inhibit_all_warnings!2.针对抑制pod'ReactiveCocoa','~>2.4',:inhibit_warnings=>true3. 阅读全文
posted @ 2015-09-22 16:44 杨智帆 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 2015,9,20 晚上10点半提交应用, 然后直接到https://developer.apple.com/appstore/contact/appreviewteam/index.html,申请加急。第二天早上上班看见已经出结果,非常激动,虽然被拒,但只是因为误会,申诉之后,修改了下评级,直接提... 阅读全文
posted @ 2015-09-22 16:06 杨智帆 阅读(156) 评论(0) 推荐(0) 编辑
摘要: NSString *filePath = [[NSBundle mainBundle] pathForResource:@"config_region" ofType:@"csv"]; NSString *text = [NSString stringWithContentsOfFile:fil... 阅读全文
posted @ 2015-08-25 17:58 杨智帆 阅读(837) 评论(0) 推荐(0) 编辑
摘要: 昨天做网络请求的时候, 有一个 接口 是 需要字典嵌套字典的 , 浏览器中拼接的 格式 是:http://lefen.huyongle.com/app/account.php?c=set_user_info&device_index=104&token=4347620894839131881&use... 阅读全文
posted @ 2015-08-19 09:15 杨智帆 阅读(1304) 评论(2) 推荐(0) 编辑