OtherActionsView
final class OtherActionsView : UIView
extension OtherActionsView: UITableViewDataSource
extension OtherActionsView: UITableViewDelegate
-
Declaration
Swift
var afterTappedCell: ((SettingsRow) -> Void)?
-
Declaration
Swift
var withdrawaButtonTapped: (() -> Void)?
-
Declaration
Swift
override init(frame: CGRect)
-
Declaration
Swift
required init?(coder: NSCoder)
-
Declaration
Swift
override func layoutSubviews()
-
Declaration
Swift
func numberOfSections(in tableView: UITableView) -> Int
-
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Declaration
Swift
func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView?
-
Declaration
Swift
func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat