UITableView
public extension UITableView
-
Undocumented
Declaration
Swift
@discardableResult func reloadKeepSelection() -> Self
-
Undocumented
Declaration
Swift
@discardableResult func register<CellType>(cell type: CellType.Type) -> Self where CellType : UITableViewCell
-
Undocumented
Declaration
Swift
@discardableResult func toggleEditing(animated: Bool = true) -> Self
-
Undocumented
Declaration
Swift
@discardableResult func hideEmptySeparatorsByEmptyFooter() -> Self
-
Undocumented
Declaration
Swift
func deselectSelectedRow(animated: Bool = true)
-
Undocumented
Declaration
Swift
func deselectSelectedRows(animated: Bool = true)
-
Undocumented
Declaration
Swift
func dequeueCellWith(identifier: String?) -> UITableViewCell?
-
Undocumented
Declaration
Swift
@discardableResult func reload() -> Self
-
Undocumented
Declaration
Swift
@discardableResult func set<View>(header view: View) -> View where View : UIView
-
Undocumented
Declaration
Swift
@discardableResult func set(footer view: UIView?) -> UIView?
-
Undocumented
Declaration
Swift
@discardableResult func delegates(_ delegates: UITableViewDelegate & UITableViewDataSource) -> Self
-
Undocumented
Declaration
Swift
@discardableResult func header<View>(_ view: View) -> View where View : UIView
-
Undocumented
Declaration
Swift
var contentHeight: CGFloat { get }
-
Undocumented
Declaration
Swift
var lastSection: Int { get }