LayoutSelectorView
class LayoutSelectorView : UIView, UITableViewDataSource, UITableViewDelegate
Layout selector view
-
Undocumented
See moreDeclaration
Swift
enum LayoutType -
Undocumented
Declaration
Swift
weak var delegate: LayoutSelectorViewDelegate? -
Undocumented
Declaration
Swift
private var didLoad: Bool -
Undocumented
Declaration
Swift
private let tableView: UITableView -
Undocumented
Declaration
Swift
private let rows: [LayoutSelectorView.LayoutType] -
Undocumented
Declaration
Swift
var selectedType: LayoutSelectorView.LayoutType -
Undocumented
Declaration
Swift
let preferredRowHeight: Float -
Undocumented
Declaration
Swift
var preferredHeight: Float { get } -
Undocumented
Declaration
Swift
override func didMoveToSuperview() -
Undocumented
Declaration
Swift
func loadView() -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) -
Undocumented
See moreDeclaration
Swift
class LayoutSelectorCell : UITableViewCell
LayoutSelectorView Class Reference