-
Undocumented
Declaration
Swift
public typealias C = UITableViewCell
-
Undocumented
Declaration
Swift
public typealias QuickTableViewHandler = (UIViewController) -> Void
-
Undocumented
Declaration
Swift
case `default`(String?)
-
Undocumented
Declaration
Swift
case subtitle(String?, String?)
-
Undocumented
Declaration
Swift
case value1(String?, String?)
-
Undocumented
Declaration
Swift
case value2(String?, String?)
-
Undocumented
Declaration
Swift
case custom(QuickTableViewCellIdentifiable.Type, (C) -> C)
-
Undocumented
-
Undocumented
Declaration
Swift
indirect case rowWithHandler(QuickTableViewRowBuilder, QuickTableViewHandler)
-
Undocumented
Declaration
Swift
indirect case rowWithHandler2(QuickTableViewRowBuilder, (UIViewController, CGPoint) -> Void)
-
Undocumented
Declaration
Swift
public func onSelection(_ handler: @escaping QuickTableViewHandler) -> QuickTableViewRowBuilder
-
Undocumented
Declaration
Swift
public func dequeueReusableCellWithIdentifier(_ tableView: UITableView, forIndexPath indexPath: IndexPath) -> C
-
Undocumented
-
Undocumented
Declaration
Swift
public var title: String? { get }
-
Undocumented
Declaration
Swift
public var detail: String? { get }
-
Undocumented
Declaration
Swift
public var type: QuickTableViewCellIdentifiable.Type { get }