Go to another page

let loginVC = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "AddPupilsToClass") as! AddPupilsViewController
                self.navigationController?.pushViewController(loginVC, animated: true)

Comments

Popular posts from this blog

Setting up a playground