func numberOfSections()

in ChartsDemo-iOS/Swift/DemoBaseViewController.swift [319:325]


    func numberOfSections(in tableView: UITableView) -> Int {
        if optionsTableView != nil {
            return 1
        }
        
        return 0
    }