- Finalised The side menu integration in the project.
This commit is contained in:
@@ -29,8 +29,8 @@ class SplashVC: UIViewController {
|
||||
}
|
||||
|
||||
@IBAction func languageBtnTapped(_ sender: UIButton) {
|
||||
// let sb1 = UIStoryboard(name: K.StoryBoard.authenticationSB, bundle: nil)
|
||||
// let vc1 = sb1.instantiateViewController(withIdentifier: K.StoryBoardID.Authentication.userIntrestVC) as! UserIntrestVC
|
||||
// let sb1 = UIStoryboard(name: "Home", bundle: nil)
|
||||
// let vc1 = sb1.instantiateViewController(withIdentifier: "SideMenu") as! SideMenuController
|
||||
// self.navigationController?.pushViewController(vc1, animated: true)
|
||||
//
|
||||
// return
|
||||
|
||||
Reference in New Issue
Block a user