Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/QuickTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ open class QuickTableViewController: UIViewController, UITableViewDataSource, UI
open var clearsSelectionOnViewWillAppear = true

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

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