Skip to content

Commit

Permalink
Merge pull request #43 from ak2j38/feature-searchCollcectionView
Browse files Browse the repository at this point in the history
chore: 사용하지 않는 주석 제거
  • Loading branch information
Damagucci-Juice committed May 27, 2022
2 parents a8a6252 + 94f404f commit 2da81a7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions iOS/Airbnb/Airbnb/Search/View/LocationViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ class LocationViewController: BackgroundViewController, CommonViewControllerProt
"서울", "광주", "의정부시", "수원시", "대구", "울산", "대전", "부천시"
]

// private let popularSite: UILabel = {
// let label = UILabel()
// label.text = "근처의 인기 여행지"
// return label
// }()

private let searchController: UISearchController = {
let searchController = UISearchController(searchResultsController: nil)
let searchBar = searchController.searchBar
Expand Down Expand Up @@ -65,8 +59,6 @@ class LocationViewController: BackgroundViewController, CommonViewControllerProt
$0.top.bottom.equalTo(view)
$0.leading.equalTo(view).offset(sideMargin)
$0.trailing.equalTo(view).inset(sideMargin)
// $0.leading.equalTo(view)
// $0.trailing.equalTo(view)
}
}

Expand Down

0 comments on commit 2da81a7

Please sign in to comment.