init(style:)
Initializes a table view controller to manage a table view of a given style.
Declaration
init(style: UITableView.Style)Parameters
Return Value
An initialized UITableViewController object.
Discussion
If you use the standard init method to initialize a UITableViewController object, a table view in the plain style is created.