Skip to content

Commit

Permalink
[FIX] ArticleDetailVC presentStyle fullScreen으로 수정 (Team-LionHeart#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffalswo2 committed Jul 21, 2023
1 parent 21dfaef commit 0254bbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ extension UIViewController {
let articleDetailViewController = ArticleDetailViewController()
articleDetailViewController.setArticleId(id: articleID)
articleDetailViewController.isModalInPresentation = true
articleDetailViewController.modalPresentationStyle = .overFullScreen
articleDetailViewController.modalPresentationStyle = .fullScreen
self.present(articleDetailViewController, animated: true)
}
}

0 comments on commit 0254bbf

Please sign in to comment.