날짜 차이 구하기 let myDateComponents = DateComponents(year: 2022, month: 3, day: 01) let startDate = Calendar.current.date(from: myDateComponents)! let offsetComps = Calendar.current.dateComponents([.year,.month,.day], from: startDate, to: Date()) if case let (y?, m?, d?) = (offsetComps.year, offsetComps.month, offsetComps.day) { print("\(y)년 \(m)월 \(d)일 만큼 차이남") } TimeIntervalSinceNow TimeInterval Lo..
안녕하세요 Gons 입니다. 오늘은 많은분들이 필요로 하실 것 같은데요 바로 달력입니다. ( Calendar ) 사용할 라이브러리 이름은 FSCalendar 이고요 이런식으로 생겼습니다. ( 다양한 모양이 있습니다. ) 시작하겠습니다. 먼저 라이브러리 주소입니다. https://github.com/WenchaoD/FSCalendar pod install 해주시고요 pod 'FSCalendar' ※ 설치방법을 모르시면 이전 포스팅 코코아팟 설치 방법을 보고 와주세요. import 해주세요 import FSCalendar ※ 여기서 import 에 FSCalendar 가 안뜨시는분은 커맨드⌘ + B 를 눌러서 한번 빌드하신 후에 진행해주세요. 스토리보드에서 View 하나를 넣고 Custom Class 를 F..
- Total
- Today
- Yesterday
- TabBar
- 인디케이터
- Reject
- AppStore
- permission
- 프로그레스
- 스위프트
- 리젝
- 로컬라이징
- 아이오에스
- 엑스코드
- custom segment
- Localizations
- 테이블뷰
- SKPaymentTransactionObserver
- presentationcompactadaptation
- Localized
- localizing
- indicator
- 심사
- 다국어
- SKPayment
- Language
- SKProductsRequestDelegate
- Xcode
- swiftUI
- ios
- TabView
- Authorization
- SWIFT
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |