Like This-
Has anyone been in a similar situation?
2
Use grouped style instead of insetGrouped.
Set cornerRadius of your tableview’s Layer and set maskToBounds property to true
tableView.layer.cornerRadius = 10 tableView.layer.masksToBounds = true
Click here to cancel reply.
2
Answers
Use grouped style instead of insetGrouped.
Set cornerRadius of your tableview’s Layer and set maskToBounds property to true