An open API service indexing awesome lists of open source software.

https://github.com/ethanguan26/egpiechart

A simple pie chart for iOS.
https://github.com/ethanguan26/egpiechart

cgcontext cocoapods ios pie-chart swift

Last synced: 12 months ago
JSON representation

A simple pie chart for iOS.

Awesome Lists containing this project

README

          

# EGPieChart
![Workflow](https://github.com/GuanyiLL/EGPieChart/actions/workflows/swift.yml/badge.svg)
[![Version](https://img.shields.io/cocoapods/v/EGPieChart.svg?style=flat)](https://cocoapods.org/pods/EGPieChart)
[![Releases](https://img.shields.io/github/release/GuanyiLL/EGPieChart.svg)](https://github.com/GuanyiLL/EGPieChart/releases)
[![License](https://img.shields.io/cocoapods/l/EGPieChart.svg?style=flat)](https://cocoapods.org/pods/EGPieChart)
[![Platform](https://img.shields.io/cocoapods/p/EGPieChart.svg?style=flat)](https://cocoapods.org/pods/EGPieChart)

![img01](/img/img01.png)

## Installation

EGPieChart is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'EGPieChart'
```

**manual**

1. Drag the `EGPieChart.xcodeproj` to your project
2. Go to your target's settings, add EGPieChart.framework
3. `@import EGPieChart`

## Todo

Add slice spacing

Add Animation

Add icon supported

## Contributing

1. Fork
2. Commit changes to a branch in your fork
3. Push your code and make a pull request

## License

EGPieChart is available under the MIT license. See the LICENSE file for more info.