일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- flutter
- dartz
- swift
- tuist
- dart
- embedded-swift
- 문법
- weatherkit
- dgcharts
- SampleApp
- chartsorg
- SwiftUI
- AppleDeveloper
- Xcode
- philipshue
- WWDC24
- iot
- GIT
- network
- LifeCycle
- uikit
- OpenAI
- URLSession
- EventLoop
- WebSocket
- raspberrypi5
- builder
- isolate
- designpattern
- Architecture
- Today
- Total
목록전체 글 (69)
Jaebi의 Binary는 호남선
목차Apple Privacy ManifestApp Store review submission에 아래와 같은 메시지 를 받음:Although submission for App Store review was successful, you may want to correct the following issues in your next submission for App Store review. Once you've corrected the issues, upload a new binary to App Store Connect.ITMS-91053: Missing API declaration - …Privacy updates for App Store submissions - Latest News - Apple Dev..
목차비동기 프로그래밍 처리Completion Handlers가장 기본적인 비동기 처리 방식작업 완료하면 호출되는 클로저를 통해 결과를 전달장점: 기존 콜백 방식으로 Swift 초기 버전부터 사용 가능단점: Reference counting을 신경 써줘야함 (weak self), 컴플리션 호출 누락 가능, 콜백 지옥 및 가독성 저하func fetchData(completion: @escaping (Result) -> Void) { // 비동기 작업 수행 DispatchQueue.global().async { // 작업 완료 후, 결과를 completion으로 전달 if let data = ... { // 데이터 가져오기 성공 completion(.su..

목차UIView화면을 구성하는 요소의 기본 클래스, 여러 UI Component가 상속 받고 있음화면의 직사각형 영역에 대한 내용을 관리하는 개체Container View인터페이스 빌더에서만 추가할 수 있는 일종의 프록시 뷰UITableView데이터들 목록 형태로 보여줄 수 있는 가장 기본적인 UI 컴포넌트DataSource → 데이터를 받아 UI를 그려줌, Delegate → 동작과 외관을 담당UIScrollViewA view that allows the scrolling and zooming of its contained viewsUITableView, UITextView, UICollectionView의 부모 클래스Scroll View를 View Controller에 올리면 2개의 레이아웃 가이드 ..
목차UI iOS Fonts iosfonts.comswift iOS system font 리스트와 어떻게 보여지는지 확인 가능Distribution App Privacy Policy GeneratorWhat is a privacy policy? A privacy policy is a legal document that informs individuals about how an organization/individual collects, uses, discloses, and manages their personal data. It outlines the ways in which personal information is handled, includinapp-privacy-policy-generator.fir..