오픈 라이브러리 PanModal 사용하기 모달창을 띄우고 싶은 뷰컨 import PanModal //... // MARK: - @IBAction Properties @IBAction func sortButton(_ sender: Any) { let storyboard = UIStoryboard(name: Const.Storyboard.Name.SortPanModal, bundle: nil) let vc = storyboard.instantiateViewController(withIdentifier: Const.ViewController.Name.SortPanModal) as! SortPanModalVC self.presentPanModal(vc) } 모달창 뷰컨 import PanModal class S..
Moya BandAPI import Foundation import Moya class BandAPI { static let shared = BandAPI() static let provider = MoyaProvider() func getBands(completion: @escaping ([Band]) -> ()) { BandAPI.provider.request(.bands) { response in switch response { case .success(let result): do { let results = try JSONDecoder().decode(BandlistDataModel.self, from: result.data) completion(results.band) print(results...
Realm 을 이용해서 데이터베이스 구축 설계 reminder 의 list 를 Realm 을 사용해서 로컬 디비를 구현하기로 했다. Relam listModel class ListModel: Object { @objc dynamic var reminderTitle: String = "" @objc dynamic var reminderColor: String = "" @objc dynamic var num: Int = 0 } ReminderModel class ReminderModel: Object { @objc dynamic var reminderTtile: String = "" @objc dynamic var reminderColor: String = "" @objc dynamic var title: ..
- WWDC
- Widget
- Notification
- containerBackground
- rxswift
- projectsetting
- WidgetKit
- YPImagePicker
- watchOS
- CloneCoding
- urlsession
- Swift
- Objective-C
- 2022 KAKAO TECH INTERNSHIP
- configurable widget
- IOS
- SwiftUI
- RxCocoa
- MVVM
- Algorithm
- MOYA
- Firebase
- WWDC22
- OpenSourceLibrary
- APNS
- github
- 서버통신
- UserDefaults
- Protocol
- async/await
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Total
- Today
- Yesterday