0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

TabBarControllerを使ってみたけど,Referenceを用いるとitemが表示されなかった話

Last updated at Posted at 2018-10-29

TabBarControllerを使ったお話

TabBarControllerの使い方は以下を参考に...

http://hajihaji-lemon.com/smartphone/swift/uitabbarcontroller/

画面は5つくらいになりそうだからStoryBoardReferenceを使って綺麗な開発をしたかった.
StoryBoardReferenceの使い方は以下を参考に...

https://qiita.com/_CHUBURA/items/03a3cddf8fe17361c5b2

んで問題発生したんですけど,Referenceで繋げたStoryBoard内のVCに表示されるはずのTabBarItemが非表示だった.

解決策:Reference側のVCにはTabBarを追加するのではなくTabBarItemのみを乗っけるといい感じに表示してくれた.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?