02 2015 档案

摘要://去掉UItableview headerview黏性 - (void)scrollViewDidScroll:(UIScrollView *)scrollView { if (scrollView == self.myTableView) { CGFloat sectionHeaderHeigh... 阅读全文
posted @ 2015-02-27 09:13 lxl奋小斗 阅读(447) 评论(0) 推荐(0)
摘要:1&2.http://www.cocoachina.com/ios/20141231/10783.html 3.http://www.cocoachina.com/ios/20150210/11130.html tableViewCell的黑色分隔线左对齐 self.tabView.separato 阅读全文
posted @ 2015-02-11 15:51 lxl奋小斗 阅读(142) 评论(0) 推荐(0)
摘要:在tableViewCell上有一张可以点击的图片,通过Target-Action给图片的imageView添加了点击事件.但是,在点击图片实现放大效果的时候,图片的背景cell变灰,再次点击其它cell进行页面跳转时,协议方法中得indexPath是刚才点击图片的背景cell的indexPath,... 阅读全文
posted @ 2015-02-10 17:24 lxl奋小斗 阅读(773) 评论(0) 推荐(0)
摘要:网络上牛人总结的一些区别,持续更新中http://blog.csdn.net/icash/article/details/39498503http://www.cocoachina.com/bbs/read.php?tid-217107.html1.iOS8和iOS7中的tableViewCell上... 阅读全文
posted @ 2015-02-03 12:47 lxl奋小斗 阅读(371) 评论(0) 推荐(0)