Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pardnchiu/swift-pdpieview
https://github.com/pardnchiu/swift-pdpieview
chiuchingwei pardnchiu pardnltd pie-view swift-model
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pardnchiu/swift-pdpieview
- Owner: pardnchiu
- License: gpl-3.0
- Created: 2024-08-09T04:19:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T04:26:34.000Z (3 months ago)
- Last Synced: 2024-08-09T05:32:25.790Z (3 months ago)
- Topics: chiuchingwei, pardnchiu, pardnltd, pie-view, swift-model
- Language: Swift
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDPiewView
![](./demo.png)
## How to use
```Swift
let pieView = PDPieView(x: (vw - 200) / 2, y: 100, width: 200);
view.addSubview(pieView);pieView
.border(color: .purple)
.border(W: 10)
.show(75);
```***
Copyright (c) 2024 [邱敬幃 Pardn Ltd](https://linkedin.com/in/pardnchiu)