Skip to content

Commit

Permalink
[Setting] #40 파이어베이스 초기화 코드를 AppDelegate에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
heydoy committed Feb 26, 2023
1 parent ba8e514 commit 3e1cbfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wowmate/App/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import UIKit
import IQKeyboardManagerSwift
import FirebaseCore

@main
class AppDelegate: UIResponder, UIApplicationDelegate {
Expand All @@ -18,7 +19,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
IQKeyboardManager.shared.enable = true
IQKeyboardManager.shared.enableAutoToolbar = false
IQKeyboardManager.shared.shouldResignOnTouchOutside = true // 화면 아무 곳이나 터치 시 키보드 dismiss

/** Firebase */
FirebaseApp.configure()
return true
}

Expand Down

0 comments on commit 3e1cbfd

Please sign in to comment.