func tableView()

in DemoProjects/NowPlayingView/NowPlayingView/SpeedPickerViewController.swift [52:57]


    func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
        delegate?.speedPicker(viewController: self, didChoose: podcastSpeeds[indexPath.row])
        selectedSpeed = podcastSpeeds[indexPath.row]
        selectedIndex = indexPath.row
        tableView.reloadData()
    }