【Swift】UITabBarController
はじめに 実装 プロパティ selectedIndex selectedViewController tabBar デリゲート 参考 はじめに 今回はUITabBarControllerを使ってみたいと思います。 公式ドキュメントはこちらです! Apple Developer Documentation UITabBarControllerは複数のViewControllerを管理してくれるContainerViewControllerで、 画面の下部にタブが表示され、ユーザが選択したタブによって表示するViewControllerを切り替えてくれます! UIPageViewControlle…
2021/04/30 19:00