Hi
I need to change the background of main view ( the light gray color ) to white , I can change all Row backgrounds but I don't know how to change the main form background color.
Set the background color of the table view from your FormViewController.
self.tableView?.backgroundColor = UIColor.white
Most helpful comment
Set the background color of the table view from your FormViewController.
self.tableView?.backgroundColor = UIColor.white