Andy--清风

总有一种东西能让你一直为他奋斗终身, 永不孤独寂寞
随笔 - 30, 文章 - 1, 评论 - 107, 阅读 - 91593
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

2011年11月30日

摘要: Andy-清风 原创,转载请注明,谢谢。1. UITableView的初始化UITableView tableview = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, 320, 420)]; [tableview setDelegate:self]; [tableview setDataSource:self]; [self.view addSubview: tableview]; [tableview release];(1)在初始化UITableView的时候必须实现UITableView的是,在.h文件中要继承UITableVi 阅读全文

posted @ 2011-11-30 10:51 Andy--清风 阅读(10264) 评论(2) 推荐(2) 编辑

点击右上角即可分享
微信分享提示