UITableView
s come with a default divider line. Sometimes your design calls for it to be removed.
In your viewDidLoad()
:
tableView.separatorStyle = .none
Now your table view will not show a separator!
The Complete iOS App Development Bootcamp
Disclosure: This website may contain affiliate links, meaning when you click the links and make a purchase, we receive a commission.