プログラマブルに新しいViewControllerに分割したいが、私がTabBarを消すと消える。プログラム時にTabBarが消える
if user == usernameStored && pass == passwordStored{
print("Good")
let vc = self.storyboard?.instantiateViewController(withIdentifier: "home")
self.present(vc!, animated: true, completion: nil)
}
は、タブバーにリンクされ、そのビューコントローラですか? –
はいそのはmain.storyboard – Johnd
に、あなたのストーリーボードの画像を表示することができます? –