Skip to content

Commit

Permalink
[Feat] sopt-makers#49- 로그인 뷰에서 회원가입 뷰로 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
devxsby committed Dec 22, 2022
1 parent f57a5d5 commit 1307ff8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ public class SignInVC: UIViewController {

@objc
private func signUpButtonDidTap() {
print("sign up btn did tap")
let signUpVC = self.factory.makeSignUpVC()
self.navigationController?.pushViewController(signUpVC, animated: true)
}

}
Expand Down

0 comments on commit 1307ff8

Please sign in to comment.