我使用UITableViewCell的自定义类。看起来很好 但调试视图层次结构单元格与上图重叠。
func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
let cell = tableView.dequeueReusableCellWithIdentifier(self.reuseIdentify, forIndexPath: indexPath) as! ContactViewCell
cell.lbContactName.text = self.dataSource[indexPath.row]
return cell
}
答案 0 :(得分:-1)
请检查自定义UITableviewCell 剪辑子视图属性。