Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dominatorvbn/gradientgraphview

A UiView class of custom graph view.
https://github.com/dominatorvbn/gradientgraphview

cocoapods custom gradient gradients ios pods swift4 uiview

Last synced: about 1 month ago
JSON representation

A UiView class of custom graph view.

Awesome Lists containing this project

README

        

# GradientGraphView

Gradient graph view is a custom view to show analytical data in form of Graph.

### Prerequisites
1. Xcode 9+
2. ios 11.0+
3. swift 4+
4. Cocopods.

## Installing
### CocoaPods

[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:

```bash
$ gem install cocoapods
```

> CocoaPods 1.1.0+ is required to build GradientGraphView.

To integrate GradientGraphView into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '' do
pod 'GradientGraphView'
end
```

Then, run the following command:

```bash
$ pod install
```

## Usage

Drag A UIView into view of your view controller, assign it custom class GraphView to view.
![](https://github.com/DominatorVbN/GradientGraphView/blob/master/GraphView.gif?raw=true)

App Demo:

![App Example](https://user-images.githubusercontent.com/27673762/199176607-8c1b37ab-1b1d-45ea-af85-62210f320caa.png)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details