Skip to content

Commit

Permalink
YAPP-19th#56 - 로케이션 뷰 Alert 안뜨게 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
ITlearning committed Jan 7, 2022
1 parent a16aa68 commit d6dfcba
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class LocationSearchViewController: UIViewController {
self.addBackButton()
configureLayout()
configureTableView()
configureAlert()
setPublisher()
LocationManager.shared.requestWhenInUseAuthorization()
}
Expand All @@ -138,7 +137,6 @@ class LocationSearchViewController: UIViewController {
tabBarController?.tabBar.isHidden = true
}


private func configureAlert() {
alertView.showAlert(title: "버디 위치기반 서비스 이용약관에 동의하시겠습니까?", cancelTitle: "취소", doneTitle: "동의")
BackgroundView.instanceBackground.alpha = 0.0
Expand Down

0 comments on commit d6dfcba

Please # to comment.