Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dominatorvbn/gradientgraphview
- Owner: DominatorVbN
- License: mit
- Created: 2018-10-25T07:52:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T07:01:37.000Z (about 2 years ago)
- Last Synced: 2024-10-15T14:03:00.711Z (2 months ago)
- Topics: cocoapods, custom, gradient, gradients, ios, pods, swift4, uiview
- Language: Swift
- Homepage: https://dominatorvbn.github.io/GradientGraphView/
- Size: 1.13 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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