Skip to content

tilucasoli/ObjectiveChart

Repository files navigation

Objective Chart

Release Tag SPM Tag

Introduction

ObjectiveChart is a framework developed in Objective-C to facilitate adding charts to your apps. Currently, there is support for two types of chart: line charts and pie charts.

Installation

In your Xcode tool bar, follow the following steps to install the dependency.

File > Swift Packages > Add Package Dependencies

Then paste the repository url: https://github.com/tilucasoli/ObjectiveChart and select the Main branch or the newest version

Sample Projects

A sample project is available in Swift in the following repository: https://github.com/Silmunia/ObjectiveChartExample

Another sample in Objective-C is available in: https://github.com/Silmunia/ObjectiveChartObjCExample