Skip to content

DominatorVbN/GradientGraphView

Repository files navigation

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 is a dependency manager for Cocoa projects. You can install it with the following command:

$ 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:

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

target '<Your Target Name>' do
    pod 'GradientGraphView'
end

Then, run the following command:

$ pod install

Usage

Drag A UIView into view of your view controller, assign it custom class GraphView to view.

App Demo:

App Example

License

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