摘要: 之前使用TableView的时候都是继承UIViewController,然后继承两个delegate,如下面的代码。@interface SomeViewController : UIViewController <UITableViewDelegate, UITableViewDataSource>这篇文章《如何使用UITableView》讲述了我怎样使用TableView。最近想使用iOS6的 UIRefreshControl,不幸的是这个UIRefreshControl 只能使用在UITableViewController里面,不能支持UIViewController。Th 阅读全文
posted @ 2013-01-24 06:29 Jake Lin 阅读(6810) 评论(0) 推荐(1) 编辑