FaqVC

final class FaqVC : UITableViewController
extension FaqVC: Exposing
extension FaqVC: InterfaceBuildable

Display the website FAQ as a collapsible table

UITableViewControllerDataSource

  • Create table cell

    Declaration

    Swift

    override func tableView(_ tableView: UITableView,
                            cellForRowAt indexPath: IndexPath) -> UITableViewCell

    Parameters

    tableView

    UITableView

    indexPath

    Index Path

    Return Value

    UITableViewCell

Exposing

InterfaceBuildable