上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页
摘要: iOS到8了, 终于受不了它的各种尺寸的icon了. 写一个Finder服务来一键生成吧.拖放几次再重复, 无技术含量, 但很有用.// 存放目录 ~/资源库/Services/ 阅读全文
posted @ 2014-10-17 11:43 willbin 阅读(259) 评论(0) 推荐(0) 编辑
摘要: iOS的文字高度计算一直是个问题, 苹果也一直在改, 这几天看了一下 boundingRectWithSize 方法. 踩了几个坑后, 总算找到比较好的使用方法. 参考: http://stackoverflow.com/questions/13621084/boundingrectwithsize 阅读全文
posted @ 2014-09-04 12:05 willbin 阅读(8611) 评论(4) 推荐(1) 编辑
摘要: AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager];manager.responseSerializer.acceptableContentTypes = [NSSet setWithObj... 阅读全文
posted @ 2014-08-27 10:36 willbin 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 1: controller self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"public_body_bg_n"]];2: tableview _bjlListTableView.bac... 阅读全文
posted @ 2014-08-19 14:45 willbin 阅读(139) 评论(0) 推荐(0) 编辑
摘要: GPUImage是一个非常棒的图像处理的开源库,里面提供了非常非常多的滤镜效果来加工图片。不过就是因为太多效果了,而且对于程序员来说,那么多效果并不清楚知道要用那一个。于是我就使用提供的默认值,加上对滤镜的命名的理解,粗略简单地对GPUImage.h里引用的各个滤镜进行简要说明。这样方便以后找到想要... 阅读全文
posted @ 2014-07-12 16:48 willbin 阅读(601) 评论(0) 推荐(0) 编辑
摘要: http://lanvige.github.io/2014/03/19/architecturs-in-xcode/XCode 5.1升级后因arm64和CocoaPods的原因,痛了一天,终于解决了问题,同时也记录下这次的学习成果。ARMv6/7/7s & ARM64在了解Architecture... 阅读全文
posted @ 2014-07-03 15:48 willbin 阅读(2850) 评论(0) 推荐(0) 编辑
摘要: 问题:使用sourceTree做版本管理后, Xcode工程每次打开, 都会有几个xcodeworkspace之类的文件提示改动了.如果想ignore掉, 有两种情况:1:整个工程没有纳入版本管理之前, 直接在工程的主文件夹添加 .gitignore 文件, 内容参考:https://github.... 阅读全文
posted @ 2014-07-03 10:53 willbin 阅读(4318) 评论(0) 推荐(0) 编辑
摘要: UIImagePickerController *imagePickerController = [[UIImagePickerController alloc] init]; imagePickerController.delegate = self; i... 阅读全文
posted @ 2014-07-01 20:43 willbin 阅读(220) 评论(0) 推荐(0) 编辑
摘要: // _closeContainerBar.alpha = 0.7; _closeContainerBar.backgroundColor =[[UIColor blackColor] colorWithAlphaComponent:0.7]; 阅读全文
posted @ 2014-06-30 21:57 willbin 阅读(316) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/contact/app-store/?topic=expedite1:理由一般是用户安全问题或者崩溃问题成功率会高一些.如果是崩溃问题,你最好写上操作步骤,让审核员去重现这个问题。2:一年只有两次加急审核的机会是不正确的。至于一年到底有多少次加... 阅读全文
posted @ 2014-06-14 18:06 willbin 阅读(542) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页