#pragma mark -代理方法#pragma mark 设置cell表格高度-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ return 60;}#p... Read More
posted @ 2015-03-17 17:29 微笑、 Views(245) Comments(0) Diggs(1)
//// MJViewController.m// 02-UITableView02-访淘宝列表的删除样式//// Created by apple on 13-11-30.// Copyright (c) 2013年 itcast. All rights reserved.//#import "M... Read More
posted @ 2015-03-17 09:24 微笑、 Views(196) Comments(0) Diggs(0)
一、UITableView的代理方法#pragma mark 每一行的高度- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath#pragma mark 选中了某一行... Read More
posted @ 2015-03-17 09:11 微笑、 Views(292) Comments(0) Diggs(0)