上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页
摘要: timeZoneAbbreviation = @“America/New_York”;#pragma mark - 转换时区- (NSDate *) convertDate:(NSDate *) date toTimeZone:(NSString *) timeZoneAbbreviation { ... 阅读全文
posted @ 2014-06-05 15:18 hhhker 阅读(513) 评论(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 阅读(3233) 评论(0) 推荐(0) 编辑
摘要: FQ 阅读全文
posted @ 2014-05-14 14:33 hhhker 阅读(1086) 评论(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 阅读(511) 评论(0) 推荐(0) 编辑
摘要: 使用block的另一个用处是可以让程序在后台较长久的运行。在以前,当app被按home键退出后,app仅有最多5秒钟的时候做一些保存或清理资源的工作。但是应用可以调用UIApplication的beginBackgroundTaskWithExpirationHandler方法,让app最多有10分... 阅读全文
posted @ 2014-05-09 15:41 hhhker 阅读(7856) 评论(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 阅读(19599) 评论(0) 推荐(2) 编辑
摘要: MKMapView 相当于一个容器 。可以展示 MKAnnotationView..要使用它需要设置 数据源代理 _mapView.delegate = self;它的数据源对象就是符合 MKAnnotation 协议的对象包含@protocol MKAnnotation // Center ... 阅读全文
posted @ 2014-04-24 09:55 hhhker 阅读(820) 评论(0) 推荐(2) 编辑
摘要: http://rdc.taobao.org/?p=313 阅读全文
posted @ 2014-04-23 13:39 hhhker 阅读(306) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页