Skip to content

Commit

Permalink
Fixes navbar issue so that scrollview doesn't appear under it
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkicks committed Aug 30, 2022
1 parent 9d8fdec commit 8850f0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ public final class LoginToutViewController: UIViewController, MFMailComposeViewC
public override func viewDidLoad() {
super.viewDidLoad()

self.navigationController?.configureTransparentNavigationBar()

self.configureViews()
self.setupConstraints()
self.configureTargets()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ public final class SetYourPasswordViewController: UIViewController {

self.title = "Set your password"

self.navigationController?.configureTransparentNavigationBar()

self.view.addGestureRecognizer(self.keyboardDimissingTapGestureRecognizer)

self.configureViews()
Expand Down

0 comments on commit 8850f0b

Please sign in to comment.