2012年11月30日

UITableView 例子一

摘要: 本文转自http://www.999dh.net/article/iphone_ios_art/31.html 转帖请注明,谢谢!UITableView 相当于我们在 android或者windows中使用的listview,其实表述的内容是一样的,只是名字不一样而已。1.在.h文件中实现如下@interface CRViewController : UIViewController<UITableViewDelegate,UITableViewDataSource>{NSArray * listData;NSArray * listImg;}@property(retain,no 阅读全文

posted @ 2012-11-30 11:23 景树园 阅读(265) 评论(0) 推荐(0)

导航