TableViewControllerProtocol extension TableViewControllerProtocol where Self: UIViewController Available where Self: UIViewController tableView 表格视图,默认不显示滚动条,Footer为空视图。Plain有悬停,Group无悬停 Declaration Swift @nonobjc public var tableView: UITableView { get } tableData 表格数据,默认空数组,延迟加载 Declaration Swift @nonobjc public var tableData: NSMutableArray { get } © 2022 Wu Yong. All rights reserved. (Last updated: 2022-08-09) Generated by jazzy ♪♫ v0.14.2, a Realm project.