🎯 UITabBarController UITabBarController | Apple Developer DocumentationA container view controller that manages a multiselection interface, where the selection determines which child view controller to display.developer.apple.com UITabBarController는 iOS 앱에서 탭 기반 인터페이스를 제공하는 클래스이다.Swift로 개발할 때 UITabBarController를 사용하면 화면 하단에 탭 바(tab bar)를 배치하고,탭마다 서로 다른 뷰 컨트롤러를 연결하여 전환할 수 있다. [ 사용 예시 - 아이폰 알람 ..