Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Complication
- task.yield()
- Sendbird
- cloud functions
- SwiftUI
- spring
- watchkit
- Coding Test
- createml
- Project
- UIStackView
- widgetkit
- backend
- fcm
- coreml
- tabman
- Tuist
- WWDC22
- UIDatePicker
- 코테
- Apple Developer Academy
- Flutter
- app intents
- github
- swift concurrency
- UITableView
- ios
- Delegate Pattern
- Swift
- Firebase
Archives
- Today
- Total
목록tabman (1)
azhy의 iOS 이야기
[iOS/Library] 탭맨(TabMan)
2022년 4월 19일에 작성됨CocoaPods 이용해서 TabMan 설치pod 'Tabman', '~> 2.12'Set & Use설치가 완료되었다면 ViewController를 생성해서 다음과 같이 세팅을 해주세요.import Tabmanimport Pageboyclass TabViewController: TabmanViewController { private var viewControllers = Array = [] override func viewDidLoad() { super.viewDidLoad() // tab에 보여질 VC 추가 if let firstVC = storyboard?.instantiateViewController(withIdentif..
Library
2024. 11. 7. 12:36