Skip to content

Commit

Permalink
[fixed] 無用なtagの設定を削除 #33
Browse files Browse the repository at this point in the history
  • Loading branch information
hackenbacker committed Jul 1, 2022
1 parent 85c6c9e commit 09233b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iOSEngineerCodeCheck/GitHubSearchViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ final class GitHubSearchViewController: UITableViewController, UISearchBarDelega
cell.textLabel?.text = repository["full_name"] as? String ?? ""
cell.detailTextLabel?.text = repository["language"] as? String ?? ""

cell.tag = indexPath.row

return cell
}

Expand Down

0 comments on commit 09233b2

Please sign in to comment.