上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 73 下一页
摘要: 本文转载至http://m.blog.csdn.net/blog/chen505358119/9334831Core Data数据持久化是对SQLite的一个升级,它是ios集成的,在说Core Data之前,我们先说说在CoreData中使用的几个类。 (1)NSManagedObjectMode... 阅读全文
posted @ 2015-01-16 12:06 天牛 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 本文转载至http://www.tuicool.com/articles/7JBRZn在iOS8以前的版本中,我们使用CLLocationManager定位是没有问题的,最近在iOS8系统中却无法定位了。。。。这是一大问题啊!1、首先定义一个全局的变量用来记录CLLocationManager对象,... 阅读全文
posted @ 2015-01-09 12:16 天牛 阅读(328) 评论(0) 推荐(0) 编辑
摘要: #import @interface ViewController : UIViewController{ UIWebView *webView; UISearchBar *searchBar;} @end -(void)loadView{ [super ... 阅读全文
posted @ 2015-01-08 14:00 天牛 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 本文转载至http://mrjeye.iteye.com/blog/1278521- (void)scrollTableToFoot:(BOOL)animated{ NSInteger s = [self.tableView numberOfSections]; if (s<1) return;... 阅读全文
posted @ 2015-01-06 17:37 天牛 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 本文转载至http://www.cocoachina.com/ios/20150104/10816.html视觉效果和变换(四)视觉效果嗯,园和椭圆还不错,但如果是带圆角的矩形呢?我们现在能做到那样了么?史蒂芬·乔布斯我们在第三章『图层几何学』中讨论了图层的frame,第二章『寄宿图』则讨论了图层的... 阅读全文
posted @ 2015-01-06 12:33 天牛 阅读(226) 评论(0) 推荐(1) 编辑
摘要: 本文转载至 http://www.cocoachina.com/ios/20150104/10814.html 图层树、寄宿图以及图层几何学(一)图层的树状结构巨妖有图层,洋葱也有图层,你有吗?我们都有图层 -- 史莱克Core Animat... 阅读全文
posted @ 2015-01-06 12:31 天牛 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 本文转载至http://blog.csdn.net/ios_che/article/details/8090977设置时间显示格式:NSString*timeStr=@"2011-01-2617:40:50";NSDateFormatter*formatter=[[[NSDateFormattera... 阅读全文
posted @ 2015-01-04 19:59 天牛 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 本文转载至 http://www.tuicool.com/articles/VZBj2e原文http://itindex.net/detail/52388-框架webmagic的是一个无须配置、便于二次开发的爬虫框架,它提供简单灵活的API,只需少量代码即可实现一个爬虫。官方网站http://web... 阅读全文
posted @ 2015-01-04 17:13 天牛 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 本文转载至 http://blog.csdn.net/duxinfeng2010/article/details/9004749本节关于RTLable基本介绍,原文来自https://github.com/honcheng/RTLabelRTLabel基于富文本的格式,适用于iOS,类似HTML的标... 阅读全文
posted @ 2015-01-03 15:38 天牛 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 本文转载至http://www.erblah.com/post/objective-c/shi-yong-3des-base64lai-jia-mi-chuan-shu-iosying-yong-shu-juapp与服务端进行数据传输有时需要加密,以免出现某知名新闻客户端密码只是md5一下就往服务器... 阅读全文
posted @ 2014-12-29 20:17 天牛 阅读(491) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 73 下一页