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 |
Tags
- C++
- BFS
- 플로이드와샬
- sigmoid
- ios
- Docker
- mysql
- Algorithm
- ReLU
- 부르트포스
- Blockchain
- 문제풀이
- dfs
- 백준
- 그리디
- 그래프
- Node.js
- dp
- 풀이
- 탐색
- 프로그래머스
- DeepLearning
- 캡스톤정리
- Stack
- NeuralNetwork
- Swift
- 알고리즘
- 백트래킹
- 실버쥐
- Greedy
Archives
- Today
- Total
목록animated chart (1)
개발아 담하자
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bEfiwT/btqD5I89pJe/EnWUqmJ49RVk7DmTrxkMQk/img.gif)
Swift로 Animated Chart 를 그려보자! 사용 라이브러리 : https://github.com/exyte/Macaw exyte/Macaw Powerful and easy-to-use vector graphics Swift library with SVG support - exyte/Macaw github.com 먼저 pod 설치를 해준다. (버전은 자주 바뀌므로 github 공식문서를 참고하자) pod "Macaw", "0,9,6" 1. Create Bar Struct struct SwiftNewsVideo { var showNumber: String // bar name var viewCount: Double // bar value } chart 에 그릴 정보를 담는 struct 이다. ba..
📱 iOS
2020. 5. 13. 01:02