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
- backend
- UIStackView
- cloud functions
- Sendbird
- ios
- watchkit
- WWDC22
- swift concurrency
- github
- Swift
- 코테
- Apple Developer Academy
- Coding Test
- task.yield()
- Delegate Pattern
- fcm
- Flutter
- tabman
- widgetkit
- Firebase
- Complication
- Project
- UIDatePicker
- UITableView
- Tuist
- app intents
- createml
- SwiftUI
- spring
- coreml
Archives
- Today
- Total
목록library (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