본문 바로가기

iOS 앱 개발자 프로젝트/iOS 숙련

[iOS] UITabBarController

UITabBarController

 

A container view controller that manages a multiselection interface, where the selection determines which child view controller to display.

 

UITabBarController | Apple Developer Documentation

A container view controller that manages a multiselection interface, where the selection determines which child view controller to display.

developer.apple.com

 

UITabBarControllerDelegate (TabBarController에서 발생하는 이벤트들에 따른 동작을 커스텀 할 수 있다.)

 

A set of methods you implement to customize the behavior of a tab bar

 

UITabBarControllerDelegate | Apple Developer Documentation

A set of methods you implement to customize the behavior of a tab bar.

developer.apple.com


 

https://levelup.gitconnected.com/creating-tabbar-and-navigation-controller-programmatically-in-uikit-3c385cc988b7

 

Creating Tabbar and Navigation Controller Programmatically in UIKit

I have always been inclined towards adopting a programmatic approach when developing iOS mobile apps with UIKit. While storyboards may…

levelup.gitconnected.com