02 2015 档案

摘要:UIScrollView(包括它的子类 UITableView 和 UICollectionView)是 iOS 开发中最常用也是最有意思的 UI 组件,大部分 App 的核心界面都是基于三者之一或三者的组合实现。UIScrollView 是 UIKit 中为数不多能响应滑动手势的 view,相比自... 阅读全文
posted @ 2015-02-26 16:11 sunshaowen 阅读(86) 评论(0) 推荐(0) 编辑
摘要:程序员日常开发中有大量时间都会花费在 debug 上,从事 iOS 开发不可避免地需要使用 Xcode。这篇博客就主要介绍了 Xcode 中几种能够大幅提升代码调试效率的方式。“If debugging is the process of removing bugs, then programmin... 阅读全文
posted @ 2015-02-26 10:34 sunshaowen 阅读(239) 评论(0) 推荐(0) 编辑
摘要:http://www.jianshu.com/p/50b63a221f09iOS的一些小技巧TableView不显示没内容的Cell怎么办?类似这种,我不想让下面那些空的显示.很简单.self.tableView.tableFooterView = [[UIView alloc] init];试过的... 阅读全文
posted @ 2015-02-10 10:03 sunshaowen 阅读(201) 评论(0) 推荐(0) 编辑