-
[UIKit] TabBar 만들어보자Swift/UIKit 2022. 6. 26. 21:32
1. UITabBarController 상속 받을 것
2. UINavigationController 선언할것
3. setViewController에 Array로 2번 과정에서 생성한 VC 넣어줄것
'Swift > UIKit' 카테고리의 다른 글
[UIKit] 테두리에서 내용물을 짤라보자 : clipsToBounds, layer.masksToBounds (0) 2022.07.05 [UIKit] 코드만으로 Constraint 설정하고 화면 그리기 : NSLayoutConstraint, contentView.addSubView() (0) 2022.07.04 [UIKit] bounds 와 frame의 차이 (0) 2022.06.28 [UIKit] Storyboard 없이 코드만으로 View 그리는 방법 (0) 2022.06.24 [UIKit] UIImage (0) 2022.05.19