티스토리 뷰
TabView {
HomeScene()
.tabItem {
Text("홈")
}
SearchScene()
.tabItem {
Text("검색")
}
ChannelScene()
.tabItem {
Text("채널")
}
CalendarScene()
.tabItem {
Text("일정")
}
MyPageScene()
.tabItem {
Text("마이페이지")
}
}
'macOS, iOS' 카테고리의 다른 글
[SwiftUI] Custom Range Slider(2 handle) (0) | 2021.03.02 |
---|---|
[SwiftUI] Custom calendar 만들기 - FSCalendar (0) | 2021.03.01 |
[iOS] 한국어인지 정규식 통해서 확인하기 (1) | 2021.02.28 |
[iOS] RSA encryption (0) | 2021.02.28 |
[iOS] Combine 사용해서 함수 callback 처리하기 (0) | 2021.02.28 |