UITableView
public extension UITableView
-
Undocumented
Declaration
Swift
func registerClass(_ cellClass: QuickTableViewCellIdentifiable.Type)
-
Undocumented
Declaration
Swift
func dequeueReusableCell<T>(for indexPath: IndexPath) -> T where T : QuickTableViewCellIdentifiable