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 |
Tags
- coremotion
- TableView
- 롤케이크 자르기
- UIKit
- 면접을 위한 CS 전공 지식 노트 Tree
- Array vs Linked List
- ReferceCycle
- tableview section별 다른 cell적용
- retain cycle
- 강한 참조 순환
- til
- 양궁대회
- 프로그래머스
- SWIFT
- NavigationSearchBar
- 면접을 위한 CS전공 지식 노트
- Carousel CollectionView
- @escaping
- UserDefaults
- 테이블뷰 나누기
- CarouselCollectionview
- TableView Section
- 자료구조
- class struct
- CoreData
- wil
- Input Output
- Value Type Reference Type
- Reference Cycle
- firebase
Archives
- Today
- Total
목록crud (1)
개발하는 동글 :]
[TIL],[TRY],[UIKit],[CoreData사용해보기][1]
1. CoreData의 사용을 위한 CoreDataManager 구현 CoreData사용을 위해 CoreDataManager를 만들어 보는 것을 시도해 보자! CoreDataManager를 사용하기 위해 class를 만들고 싱글톤 패턴으로 만든 뒤 기본적인 프로퍼티를 만들어 보자. final class CoreDataManager{ static let shared = CoreDataManager() private init() {} private let appDelegate = UIApplication.shared.delegate as? AppDelegate private lazy var context = appDelegate?.persistentContainer.viewContext private let..
카테고리 없음
2023. 9. 14. 22:41