建立tableview的时候不显示分割线是什么情况_百度知道
最佳答案: 你好。 很高兴为你解答。 恩,是这样的,你可以都过 [tableView setSeparatorInset:UIEdgeInsetsZero]; 让分割线在边上。 满意采纳下!更多关于tableview里面行线断了是什么原因的问题>>
tableview崩溃是什么原因_百度知道
最佳答案: [cell.contentView viewWithTag:0]; tag0是被指向了Cell的contentView 自己 你试试用[cell ViewWithTag:0], 另外,最好别用0 这么敏感的Index 换种...更多关于tableview里面行线断了是什么原因的问题>>