티스토리 뷰
@objc
private func touchupBackButton(){
// rootView를 FriendTabViewController로 변경
let navigationController = UINavigationController(rootViewController: FriendTabViewController())
navigationController.modalPresentationStyle = .overFullScreen
self.present(navigationController, animated: true)
}
rootViewController를 FriendTabViewController로 변경함으로서 뷰를 전환한다
'🍎 iOS > 🍏 Swift' 카테고리의 다른 글
[Swift] DatePicker 만들기 (0) | 2023.01.20 |
---|---|
[Swift] AutoLayout, ScrollView (0) | 2022.10.12 |
[Swift] UILabel에 두 줄 이상 입력하는 법 (0) | 2022.10.05 |
Comments