UITableView
extension UITableView
-
Undocumented
Declaration
Swift
func registerNibForCell<T>(_ cell: T.Type) where T : UITableViewCell -
Undocumented
Declaration
Swift
func registerNibForHeaderFooterView<T>(_ view: T.Type) where T : UITableViewHeaderFooterView -
Undocumented
Declaration
Swift
func dequeueReusableCellForIndexPath<T>(_ indexPath: IndexPath) -> T where T : UITableViewCell -
Undocumented
Declaration
Swift
func dequeueReusableHeaderFooterView<T>() -> T where T : UITableViewHeaderFooterView -
Undocumented
Declaration
Swift
func scrollToBottom() -
Undocumented
Declaration
Swift
func scrollToTop() -
Undocumented
Declaration
Swift
func setEmptyMessage(_ message: String) -
Undocumented
Declaration
Swift
func restore() -
Undocumented
Declaration
Swift
public func numberOfRows() -> Int -
Undocumented
Declaration
Swift
func applyChanges(section: Int = 0, deletions: [Int], insertions: [Int], updates: [Int])
UITableView Extension Reference