Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update RadioViewController.swift
  • Loading branch information
kop16101 committed Apr 6, 2020
1 parent 8c08684 commit 63086ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ZRadiov2/RadioViewController.swift
Expand Up @@ -119,7 +119,6 @@ class RadioViewController: UIViewController,UITableViewDataSource, UITableViewDe

cell.setUrlPassed(url: stationList[indexPath.row][1])


cell.cellButton.tag = indexPath.row

cell.cellButton.addTarget(self, action:#selector(self.buttonTapped) , for: .touchUpInside)
Expand Down

0 comments on commit 63086ad

Please sign in to comment.