skip to Main Content

Like This-

enter image description here

Has anyone been in a similar situation?

2

Answers


  1. Use grouped style instead of insetGrouped.

    Login or Signup to reply.
  2. Set cornerRadius of your tableview’s Layer and set maskToBounds property to true

    tableView.layer.cornerRadius = 10
    tableView.layer.masksToBounds = true
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search