List
public class List : UITableView
extension List: UITableViewDataSource
extension List: UITableViewDelegate
Undocumented
-
Undocumented
Declaration
Swift
public init( defaultCellHeight: Float? = nil, estimatedCellHeight: Float? = nil, _ closure: () -> [UIView] )
-
Undocumented
Declaration
Swift
@discardableResult func didSelectHandler(_ action: @escaping (UIView) -> Void) -> Self
-
Undocumented
Declaration
Swift
@discardableResult func configureCell(_ action: @escaping (UITableViewCell) -> Void) -> Self
-
Undocumented
Declaration
Swift
public func numberOfSections(in tableView: UITableView) -> Int
-
Undocumented
Declaration
Swift
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
-
Undocumented
Declaration
Swift
public func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat
-
Undocumented
Declaration
Swift
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)