清秋梧桐

导航

2012年11月2日 #

实现UITableView一些操作

摘要: 关于accessoryType的设置 首先要在UITableView的数据源方法中指定单元格的accessaryType代码如下: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *C... 阅读全文

posted @ 2012-11-02 08:32 清秋梧桐 阅读(436) 评论(0) 推荐(0)