答案 0 :(得分:0)
您需要设置
self.imageView.clipsToBounds = true
答案 1 :(得分:0)
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell{
let cell = taBleView.dequeueReusableCell(withIdentifier: "cell") as! TableViewCell
cell.imageview.clipsTobounds = true