FaqVC
final class FaqVC : UITableViewController
extension FaqVC: Exposing
extension FaqVC: InterfaceBuildable
                Display the website FAQ as a collapsible table
- 
                  
                  
Create table cell
Declaration
Swift
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCellParameters
tableViewUITableView
indexPathIndex Path
Return Value
UITableViewCell
 
- 
                  
                  
Expose controls to UI tests
Declaration
Swift
func expose() 
- 
                  
                  
Injection enforcement for viewDidLoad
Declaration
Swift
func requireOutlets() 
            View on GitHub
          
      FaqVC Class Reference