XQMuse/Root/Login/LoginVC.swift
@@ -155,7 +155,18 @@ } @IBAction func userRegisterTreatyAction(_ sender: UIButton) { let vc = LoginTreatyVC() vc.modalPresentationStyle = .custom present(vc, animated: true) } @IBAction func userPrivateTreatyAction(_ sender: UIButton) { let vc = LoginTreatyVC() vc.modalPresentationStyle = .custom present(vc, animated: true) } @IBAction func registerAction(_ sender: UIButton) { let vc = RegisterVC() push(vc: vc)