I would like to create rounded cells for my UITableView. But not for each cell, only the first and the last row (as shown in my screen)
The first is not a problem, i am only using:
tableView.layer.cornerRadius = 10
But what is with the last one? Any ideas how to solve that? Thanks in advance.