WorkingHoursViewController
extension WorkingHoursViewController: UITableViewDelegate, UITableViewDataSource
-
Declaration
Swift
public func numberOfSections(in tableView: UITableView) -> Int -
Declaration
Swift
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int -
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat -
Declaration
Swift
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
WorkingHoursViewController Extension Reference