上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页
摘要: 如果你的项目用到cocopod 第三方库。使用xcodebulid 估计会出现ld: library not found for -lPods以下 是我的解决办法xcodebuild -workspace 项目根目录/项目名.xcworkspace \-scheme 项目名\ONLY_ACTIVE_... 阅读全文
posted @ 2014-04-22 17:48 hhhker 阅读(10529) 评论(1) 推荐(0) 编辑
摘要: http://maniacdev.com/2014/01/tool-a-ruby-gem-allowing-you-to-quickly-find-and-remove-unused-imports-in-objective-c-files这里介绍的脚本可以帮助找到不用的import,自己可以决定是... 阅读全文
posted @ 2014-04-21 09:58 hhhker 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 原文: http://blog.csdn.net/wzzvictory/article/details/22417181一、简介1、所在框架CADisplayLink和其它CoreAnimation类一样,都是在QuartzCore.framework里。2、功能CADisplayLink最主要的特... 阅读全文
posted @ 2014-04-17 15:59 hhhker 阅读(3250) 评论(0) 推荐(0) 编辑
摘要: 相关ios7新特性 帖子。挺全的。一定要看看哪http://www.devdiv.com/iOS_iPhone-ios_ui_uikit_text_kit_-thread-203631-1-1.html英文版 需FQhttp://www.shinobicontrols.com/blog/posts/... 阅读全文
posted @ 2014-04-15 17:55 hhhker 阅读(152) 评论(0) 推荐(0) 编辑
摘要: http://objccn.iohttp://www.onevcat.com/tag/wwdc/ 阅读全文
posted @ 2014-04-01 11:11 hhhker 阅读(3172) 评论(0) 推荐(1) 编辑
摘要: IOS7 比较简单 CLLocationCoordinate2D _start2D; CLLocationCoordinate2D _end2D;NSArray*_routes;IOS6需要文件 ....google#import"RegexKitLite.h" UIImageView* _routeView; NSArray*_routes;load if (IOS7) {// [_mapView setRegion:MKCoordinateRegionMake(_start2D, MKCoordinateSpanMake(0.05, 0.05))]; _rou... 阅读全文
posted @ 2014-03-27 17:05 hhhker 阅读(2554) 评论(1) 推荐(0) 编辑
摘要: 屏幕兼容的问题为了让我们的应用在不容尺寸的屏幕下都能 “正常”的表示,我们尽量不要把数据写死。大多数可视元素都是一个矩形区域,当然这个矩形区域有坐标的,我们有了这个区域坐标就能确定可视元素的现实位置了。但是iphone5 和以前的屏幕不一样了,在以前的设备中,我们可以添加一个 xx.@2x.png 来适应retina屏幕,但是iphoen5咋办呢?ios 引入了 Auto Layout 的东东,这个要和UIViewAutoresizing 区分下。看下面代码- (void)viewDidLoad{ [super viewDidLoad]; UIView *aView = [[UIView a. 阅读全文
posted @ 2014-02-27 09:25 hhhker 阅读(3325) 评论(0) 推荐(0) 编辑
摘要: http://www.objc.io/contributors.htmlcodeproject.http://www.codeproject.com/KB/iPhone/ 阅读全文
posted @ 2014-02-26 14:49 hhhker 阅读(257) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/xwang/p/3547685.html 阅读全文
posted @ 2014-02-13 11:23 hhhker 阅读(180) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/wzzvictory/article/details/9015281 阅读全文
posted @ 2014-02-13 11:20 hhhker 阅读(382) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页