我正在開發一個具有以下設置的應用程序:爲什麼標籤欄項目不顯示?
有一個登錄屏幕;如果登錄成功,則打開標籤欄視圖。所有視圖都在main.storyboard中創建。開幕處理如下:
instantiateViewControllerWithIdentifier("personalViewController") as! PersonalViewController
self.presentViewController(vc, animated: true, completion: nil)
它打開我的新視圖控制器,但酒吧項目不可見。任何人都知道如何解決此問題?
謝謝!
這個答案可以在StackOverflow上的每一個問題被粘貼 –