func tableView()

in DemoProjects/NowPlayingView/NowPlayingView/SpeedPickerViewController.swift [59:61]


    func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
        return podcastSpeeds.count
    }