Skip to content

Commit aae3367

Browse files
authored
Add option to configure TableView style for storyboard usage (#74)
1 parent 3cbf272 commit aae3367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/QuickTableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ open class QuickTableViewController: UIViewController, UITableViewDataSource, UI
3333
open var clearsSelectionOnViewWillAppear = true
3434

3535
/// Returns the table view managed by the controller object.
36-
open private(set) var tableView: UITableView = UITableView(frame: .zero, style: .grouped)
36+
open var tableView: UITableView = UITableView(frame: .zero, style: .grouped)
3737

3838
/// The layout of sections and rows to display in the table view.
3939
open var tableContents: [Section] = [] {

0 commit comments

Comments
 (0)