Eureka: Change View Background ( FORM Background )

Created on 9 Dec 2016  路  1Comment  路  Source: xmartlabs/Eureka

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.

Most helpful comment

Set the background color of the table view from your FormViewController.

self.tableView?.backgroundColor = UIColor.white

>All comments

Set the background color of the table view from your FormViewController.

self.tableView?.backgroundColor = UIColor.white

Was this page helpful?
0 / 5 - 0 ratings