Skip to content

Commit

Permalink
๐ŸŽจ :: ์ฝ”๋“œ Formatting ์ ์šฉ
Browse files Browse the repository at this point in the history
  • Loading branch information
KangTaeHoon committed Jun 17, 2024
1 parent e18464f commit 05df480
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 05df480

Please sign in to comment.