[Swift] How to use Tab Bar Controller

What is Tab Bar Controller?

That's how you can switch! If you look closely at the apps you are using, you will find them. This time I will write about this. ezgif.com-gif-maker.gif

How to use

I think it's simple to use. First, delete the initial viewController. Next, place the Tab Bar Controller. スクリーンショット 2020-12-17 23.21.45.png Since the viewController has been deleted, the initial screen has not been set. So set the initial screen to Tab Bar Controller. Select Tab Bar Controller and check Is Initial View Controller in the right column. スクリーンショット 2020-12-17 23.24.31.png Create a file and assign it to each screen. スクリーンショット 2020-12-17 23.27.38.png Create Cocoa Touch Class. スクリーンショット 2020-12-17 23.28.08.png Allocate a file. スクリーンショット 2020-12-17 23.30.49.png Once assigned to each screen, you're done.

Recommended Posts

[Swift] How to use Tab Bar Controller
[Swift] How to use UserDefaults
How to use Swift UIScrollView
[Swift] How to use SwiftLint (cocoapods)
[Swift] How to use Unwind segue
[Swift] How to change the order of Bar Items in Tab Bar Controller [Beginner]
[Swift] How to use one option alert
How to use Map
How to use rbenv
How to use letter_opener_web
How to use fields_for
How to use java.util.logging
How to use map
How to use collection_select
How to use Twitter4J
How to use active_hash! !!
How to use MapStruct
How to use hidden_field_tag
How to use TreeSet
[How to use label]
How to use identity
How to use hashes
How to use JUnit 5
How to use Dozer.mapper
How to use Gradle
How to use org.immutables
How to use java.util.stream.Collector
How to use VisualVM
How to use Map
Note how to use Swift super basic TableView
[Java] How to use Map
How to use Chain API
[Java] How to use Map
How to use Priority Queuing
[Rails] How to use enum
How to use JUnit (beginner)
How to use Ruby return
[Rails] How to use enum
How to use @Builder (Lombok)
How to use java class
How to use Big Decimal
[Java] How to use Optional ②
[Java] How to use removeAll ()
How to use String [] args
[Java] How to use string.format
How to use rails join
How to use Java Map
Ruby: How to use cookies
How to use dependent :: destroy
How to use Eclipse Debug_Shell
How to use Apache POI
[Rails] How to use validation
How to use Java variables
[Rails] How to use authenticate_user!
[Rails] How to use "kaminari"
How to use GC Viewer
[Java] How to use Optional ①
How to use Lombok now
[Creating] How to use JUnit
[Rails] How to use Scope
[Swift] How to install Firebase ~ How to use Realtime Database & Cloud Firestore