TKUITableCard
open class TKUITableCard : TGTableCard
Undocumented
-
Declaration
Swift
open override func didBuild(tableView: UITableView)
-
Undocumented
Declaration
Swift
public func selectedIndex(in tableView: UITableView) -> Signal<IndexPath>
-
Undocumented
Declaration
Swift
public func selectedItem<Item, Section>(in tableView: UITableView, dataSource: TableViewSectionedDataSource<Section>) -> Signal<Item> where Item == Section.Item, Section : SectionModelType
-
Undocumented
Declaration
Swift
public func selectedItemWithSender<Item, Section>(in tableView: UITableView, dataSource: TableViewSectionedDataSource<Section>) -> Signal<(Item, sender: Any?)> where Item == Section.Item, Section : SectionModelType