From 05df480927bcb8c43e642b84bc36c1ef325cef94 Mon Sep 17 00:00:00 2001 From: "pikagreen@nate.com" Date: Tue, 18 Jun 2024 01:23:51 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20::=20=EC=BD=94=EB=93=9C=20Format?= =?UTF-8?q?ting=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ViewControllers/IntroViewController.swift | 26 +++++++++---------- .../Extension+UIViewController.swift | 4 +-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Projects/Features/RootFeature/Sources/ViewControllers/IntroViewController.swift b/Projects/Features/RootFeature/Sources/ViewControllers/IntroViewController.swift index 74c66c7f4..b6b605196 100644 --- a/Projects/Features/RootFeature/Sources/ViewControllers/IntroViewController.swift +++ b/Projects/Features/RootFeature/Sources/ViewControllers/IntroViewController.swift @@ -154,23 +154,23 @@ private extension IntroViewController { dismissOnOverlayTapAndPull: false ) - #warning("도메인 변경으로 항상 failure > showTabBar() 호출은 추후 지워야 함") + #warning("도메인 변경으로 항상 failure > showTabBar() 호출은 추후 지워야 함") case let .failure(error): owner.lottiePlay(specialLogo: false) owner.showTabBar() /* - owner.showFittedSheets( - content: owner.textPopUpFactory.makeView( - text: error.asWMError.errorDescription ?? "", - cancelButtonIsHidden: true, - confirmButtonText: nil, - cancelButtonText: nil, - completion: nil, - cancelCompletion: nil - ), - dismissOnOverlayTapAndPull: false - ) - */ + owner.showFittedSheets( + content: owner.textPopUpFactory.makeView( + text: error.asWMError.errorDescription ?? "", + cancelButtonIsHidden: true, + confirmButtonText: nil, + cancelButtonText: nil, + completion: nil, + cancelCompletion: nil + ), + dismissOnOverlayTapAndPull: false + ) + */ } }) .disposed(by: disposeBag) diff --git a/Projects/Modules/Utility/Sources/Extensions/Extension+UIViewController.swift b/Projects/Modules/Utility/Sources/Extensions/Extension+UIViewController.swift index 2ea6d4b6a..7b5e35529 100644 --- a/Projects/Modules/Utility/Sources/Extensions/Extension+UIViewController.swift +++ b/Projects/Modules/Utility/Sources/Extensions/Extension+UIViewController.swift @@ -117,10 +117,10 @@ public extension UIViewController { // Disable the ability to pull down to dismiss the modal sheetController.dismissOnPull = dismissOnOverlayTapAndPull - /// Allow pulling past the maximum height and bounce back. Defaults to true. + // Allow pulling past the maximum height and bounce back. Defaults to true. sheetController.allowPullingPastMaxHeight = false - /// Automatically grow/move the sheet to accomidate the keyboard. Defaults to true. + // Automatically grow/move the sheet to accomidate the keyboard. Defaults to true. sheetController.autoAdjustToKeyboard = true // Color of the sheet anywhere the child view controller may not show (or is transparent),