随笔分类 -  object-c iOS

上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要:http://evil4emperor.diandian.com/post/2012-05-28/21001400 阅读全文
posted @ 2014-06-30 14:41 hhhker 阅读(244) 评论(0) 推荐(0) 编辑
摘要:系统mac os x由于申请在家办公,不得不连接公司VPN ,高高兴兴配置完(eary).链接vpn 成功打开内网网站 尼玛打不开啊。首先ping 下 公司内网网站域名 可以正常接收包或跟踪 路由tracerout 网站域名 都显示成功 。郁闷了两天都想把家里的路由器重做了,偶然查到 资料Mac O... 阅读全文
posted @ 2014-06-24 21:50 hhhker 阅读(1355) 评论(0) 推荐(0) 编辑
摘要:1,新建c 头文件 lib.h定义 c 函数2,新建 c 实现文件,新建模板选中 c File lib.c3,oc 中调用,引用 c 头文件 lib.hok 。搞定 阅读全文
posted @ 2014-06-20 18:26 hhhker 阅读(17142) 评论(0) 推荐(0) 编辑
摘要:XCode 新建文件 选择other Shell script 放入下面命令行。#工程绝对路径#cd $1project_path=$(pwd)#build文件夹路径build_path=${project_path}/build#工程配置文件路径project_name=$(ls | grep x... 阅读全文
posted @ 2014-06-12 10:30 hhhker 阅读(10102) 评论(0) 推荐(0) 编辑
摘要:timeZoneAbbreviation = @“America/New_York”;#pragma mark - 转换时区- (NSDate *) convertDate:(NSDate *) date toTimeZone:(NSString *) timeZoneAbbreviation { ... 阅读全文
posted @ 2014-06-05 15:18 hhhker 阅读(515) 评论(0) 推荐(0) 编辑
摘要:if (self.tableView.contentSize.height > self.tableView.frame.size.height) { CGPoint offset = CGPointMake(0, self.tableView.contentSize.heig... 阅读全文
posted @ 2014-06-05 15:13 hhhker 阅读(3237) 评论(0) 推荐(0) 编辑
摘要:FQ 阅读全文
posted @ 2014-05-14 14:33 hhhker 阅读(1089) 评论(0) 推荐(0) 编辑
摘要:使用本地通知。确实好想法http://blog.devtang.com/blog/2012/11/10/how-to-design-upgrade-notice/ 阅读全文
posted @ 2014-05-12 10:56 hhhker 阅读(183) 评论(0) 推荐(0) 编辑
摘要:NSString * message = [NSString stringWithFormat:@"%@成功", text]; MTStatusBarOverlay *overlay = [MTStatusBarOverlay sharedInstance]; overlay.a... 阅读全文
posted @ 2014-05-12 10:38 hhhker 阅读(513) 评论(0) 推荐(0) 编辑
摘要:使用block的另一个用处是可以让程序在后台较长久的运行。在以前,当app被按home键退出后,app仅有最多5秒钟的时候做一些保存或清理资源的工作。但是应用可以调用UIApplication的beginBackgroundTaskWithExpirationHandler方法,让app最多有10分... 阅读全文
posted @ 2014-05-09 15:41 hhhker 阅读(7860) 评论(0) 推荐(0) 编辑
摘要:http://blog.devtang.com/blog/2012/02/05/mvc-in-ios-develop/ 阅读全文
posted @ 2014-05-09 15:04 hhhker 阅读(235) 评论(0) 推荐(0) 编辑
摘要:相关资料http://stackoverflow.com/questions/18404907/using-gpuimage-to-recreate-ios-7-glass-effecthttp://stackoverflow.com/questions/17036655/ios-7-style-b... 阅读全文
posted @ 2014-04-28 10:03 hhhker 阅读(19603) 评论(0) 推荐(2) 编辑
摘要:MKMapView 相当于一个容器 。可以展示 MKAnnotationView..要使用它需要设置 数据源代理 _mapView.delegate = self;它的数据源对象就是符合 MKAnnotation 协议的对象包含@protocol MKAnnotation // Center ... 阅读全文
posted @ 2014-04-24 09:55 hhhker 阅读(832) 评论(0) 推荐(2) 编辑
摘要:http://rdc.taobao.org/?p=313 阅读全文
posted @ 2014-04-23 13:39 hhhker 阅读(306) 评论(0) 推荐(0) 编辑
摘要:如果你的项目用到cocopod 第三方库。使用xcodebulid 估计会出现ld: library not found for -lPods以下 是我的解决办法xcodebuild -workspace 项目根目录/项目名.xcworkspace \-scheme 项目名\ONLY_ACTIVE_... 阅读全文
posted @ 2014-04-22 17:48 hhhker 阅读(10532) 评论(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 阅读(371) 评论(0) 推荐(0) 编辑
摘要:原文: http://blog.csdn.net/wzzvictory/article/details/22417181一、简介1、所在框架CADisplayLink和其它CoreAnimation类一样,都是在QuartzCore.framework里。2、功能CADisplayLink最主要的特... 阅读全文
posted @ 2014-04-17 15:59 hhhker 阅读(3256) 评论(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 阅读(153) 评论(0) 推荐(0) 编辑
摘要:http://objccn.iohttp://www.onevcat.com/tag/wwdc/ 阅读全文
posted @ 2014-04-01 11:11 hhhker 阅读(3173) 评论(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 阅读(2557) 评论(1) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 10 下一页