UITabBarController
1. Docs * 공식 문서의 내용은 한 번에 모두 추가하는 것이 아니라, 기본적인 내용을 먼저 작성한 후, 이후에 필요한 프로퍼티/메서드가 있을 경우 하나씩 추가할 예정. https://developer.apple.com/documentation/uikit/uitabbarcontroller Apple Developer Documentation developer.apple.com # Managing the view controllers var viewControllers: [UIViewController]? An array of the root view controllers displayed by the tab bar interface. func setViewControllers([UIViewContro..
iOS
2022. 11. 6. 22:15