일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Xcode
- 단일 책임원칙
- addannotation
- AnyObject
- xcode로 날씨앱 만들기
- 서체관리자
- UICollectionViewFlowLayout
- RunningTimer
- UIAlertAction
- App Store Connect
- weatherKit
- font book
- swift
- MKMapViewDelegate
- 러닝기록앱
- dispatchsource
- MKMapItem
- CLLocationManagerDelegate
- SwiftUI Boolean 값
- 한국어 개인정보처리방침
- 영문 개인정보처리방침
- weak var
- CoreLocation
- Required Reason API
- WeatherManager
- 클로저의 캡슐화
- 러닝타이머
- Protocol
- Startign Assignments
- Timer
Archives
- Today
- Total
목록coredata (1)
VesselWheel
러닝기록 타이머를 정지하며 코어데이터에 저장하기(작성중)
코어데이터를 활용하기 위한 CoreDataManager 더보기 // // CoreDataManager.swift // Run-It // // Created by t2023-m0024 on 2/29/24. // import Foundation import CoreData import KakaoSDKUser class CoreDataManager { static let shared = CoreDataManager() private init() {} // MARK: - Core Data stack lazy var persistentContainer: NSPersistentContainer = { let container = NSPersistentContainer(name: "Run_It") container...
Xcode Study
2024. 3. 4. 22:03