UITableView
extension UITableView
-
Undocumented
Declaration
Swift
public func register<T>(_: T.Type) where T : UITableViewCell
-
Undocumented
Declaration
Swift
public func dequeueReusableCell<T: UITableViewCell>(for indexPath: IndexPath, cellType: T.Type = T.self) -> T