你的位置:首页 > 软件开发 > 操作系统 > IOS tableVIewcell横线左端对其

IOS tableVIewcell横线左端对其

发布时间:2015-04-29 16:01:21
需要将tableview初始化及绘制单元格代理中添加如下代码://初始化添加self.tableView_chose =[ [UITableView alloc] init]; if ([self.tableView_chose respondsToSelector:@sel ...

需要将tableview初始化及绘制单元格代理中添加如下代码:

//初始化添加

self.tableView_chose =[ [UITableView alloc] init];

 if ([self.tableView_chose respondsToSelector:@selector(setSeparatorInset:)]) {

//绘制表格代理添加

-(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{

原标题:IOS tableVIewcell横线左端对其

关键词:IOS

IOS
*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。