We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6148f2 commit a2ae306Copy full SHA for a2ae306
Static/TableViewController.swift
@@ -6,7 +6,7 @@ open class TableViewController: UIViewController {
6
// MARK: - Properties
7
8
/// Returns the table view managed by the controller object.
9
- open let tableView: UITableView
+ public let tableView: UITableView
10
11
/// A Boolean value indicating if the controller clears the selection when the table appears.
12
///
0 commit comments