Swift:UITableViewCell在调试视图层次结构中重叠

时间:2015-12-10 05:09:58

标签: ios swift

Cells Overlapping

我使用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

}

1 个答案:

答案 0 :(得分:-1)

请检查自定义UITableviewCell 剪辑子视图属性。