Skip to content

Commit

Permalink
Refactor : setTableView Naming
Browse files Browse the repository at this point in the history
tableViewSetup으로 통일하였습니다!
  • Loading branch information
godpp committed Feb 11, 2019
1 parent c620fc1 commit ba37ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tree/tree/Controller/Live/KeywordDetailViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class KeywordDetailViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
registerXIB()
setTableView()
tableViewSetup()
navigationBar.topItem?.title = keywordData?.title.query
}

Expand All @@ -75,7 +75,7 @@ class KeywordDetailViewController: UIViewController {
tableView.register(articleNib, forCellReuseIdentifier: articleCellIdentifier)
}

private func setTableView() {
private func tableViewSetup() {
tableView.delegate = self
tableView.dataSource = self
tableView.separatorInset = UIEdgeInsets(
Expand Down

0 comments on commit ba37ed9

Please sign in to comment.