PlaceMenuView
final class PlaceMenuView : UIView
extension PlaceMenuView: UITableViewDataSource
extension PlaceMenuView: UITableViewDelegate
-
Declaration
Swift
var editMenuButton: (() -> Void)? -
Declaration
Swift
var showMoreMenu: (() -> Void)? -
Declaration
Swift
override init(frame: CGRect) -
Declaration
Swift
required init?(coder: NSCoder) -
Declaration
Swift
func dataBinding(_ menuModel: AVIROPlaceMenus?) -
Declaration
Swift
func dataBindingWhenInHomeView(_ menuModel: AVIROPlaceMenus?) -
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, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) -
Declaration
Swift
func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? -
Declaration
Swift
func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat
PlaceMenuView Class Reference