We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbf272 commit aae3367Copy full SHA for aae3367
1 file changed
Source/QuickTableViewController.swift
@@ -33,7 +33,7 @@ open class QuickTableViewController: UIViewController, UITableViewDataSource, UI
33
open var clearsSelectionOnViewWillAppear = true
34
35
/// Returns the table view managed by the controller object.
36
- open private(set) var tableView: UITableView = UITableView(frame: .zero, style: .grouped)
+ open var tableView: UITableView = UITableView(frame: .zero, style: .grouped)
37
38
/// The layout of sections and rows to display in the table view.
39
open var tableContents: [Section] = [] {
0 commit comments