![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/bUBEVr/btsIrJWlC8e/CkwP9Oy3NoL4s8HjbhQRhK/img.png)
// https://medium.com/@iOSchandra0/how-to-create-a-pie-chart-in-swiftui-c7f056d54c81// iOS 17 미만을 위한 원형 차트/// 꽉차있는 일반적인 파이 버전struct PieChart: View { @State var slices: [(Double, Color)] var body: some View { Canvas { context, size in let total = slices.reduce(0) { $0 + $1.0 } context.translateBy(x: size.width * 0.5, y: size.height * 0.5) var pieC..
![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/dXUych/btsIrICXRx1/90pmfB3TdB1NJg6wTzXBOK/img.png)
// https://github.com/TheAppWizard/RadarChart/// 방사형 차트struct RadarChart: View { let data: [Double] let labels: [String] let maxValues: [Double] let shapeColor: Color let frameHeight: CGFloat? let frameWidth: CGFloat? init(data: [Double], labels: [String], maxValues: [Double], shapeColor: Color, frameHeight: CGFloat? = nil, frameWidth: CGFloat? = nil) { self.data ..
- Total
- Today
- Yesterday
- custom segment
- indicator
- 엑스코드
- presentationcompactadaptation
- Localizations
- Language
- swiftUI
- 리젝
- 프로그레스
- SWIFT
- 스위프트
- TabBar
- permission
- SKPaymentTransactionObserver
- ios
- 로컬라이징
- 심사
- 다국어
- SKPayment
- AppStore
- 인디케이터
- Authorization
- Reject
- 테이블뷰
- 아이오에스
- TabView
- localizing
- picker
- SKProductsRequestDelegate
- Xcode
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |