摘要: http://blog.csdn.net/ouyangtianhan/article/details/7835041 http://stackoverflow.com/questions/16071503/how-to-tell-when-uitableview-has-completed-relo 阅读全文
posted @ 2016-07-12 17:06 抓狂的ZXY 阅读(4748) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/kingsley_cxz/article/details/9123959 1.UITableView的datasource实现: //回调获取每个section中的cell的行数- (NSInteger)tableView:(UITableView *)ta 阅读全文
posted @ 2016-07-12 16:54 抓狂的ZXY 阅读(356) 评论(0) 推荐(0) 编辑
摘要: http://itindex.net/detail/52476-ios-ios-app 阅读全文
posted @ 2016-07-12 16:53 抓狂的ZXY 阅读(178) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/hongfengkt/article/details/49868073 前一阵子一直在赶项目进度,没有太多时间写博客,现在终于空闲了,将以前欠下的博客补上来。 在iOS8.0之后,API开放了指纹验证的功能。开放的API虽然只能用来作为验证使用,比较局限,但 阅读全文
posted @ 2016-07-12 16:49 抓狂的ZXY 阅读(1094) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/jymn_chen/article/details/38096749 http://blog.sina.com.cn/s/blog_7270a06c0101br00.html http://blog.csdn.net/daiyelang/article/de 阅读全文
posted @ 2016-07-12 16:46 抓狂的ZXY 阅读(596) 评论(0) 推荐(0) 编辑
摘要: http://www.jianshu.com/p/caef026b342e 阅读全文
posted @ 2016-07-12 15:38 抓狂的ZXY 阅读(214) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/libaineu2004/article/details/45364737 一、Runloop简介: Run loops 是线程相关的的基础框架的一部分。一个 run loop 就是一个事件处理 的循环,用来不停的调度工作以及处理输入事件。 使用 run l 阅读全文
posted @ 2016-07-12 15:36 抓狂的ZXY 阅读(401) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/libaineu2004/article/details/45368427 方法1:performSelectorOnMainThread[self performSelectorOnMainThread:@selector(updateUI:) withO 阅读全文
posted @ 2016-07-12 15:35 抓狂的ZXY 阅读(1135) 评论(0) 推荐(0) 编辑