Skip to content

Latest commit

 

History

History
 
 

ios-swift

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

TradingView Charting Library iOS (Swift version) Integration Example

How to start

  1. Open Example.xcodeproj in Xcode.
  2. Right click on ChartingLibrary and select "Add Files to "Example"". Select "Create folder references" for the added folders. This is important because the library contains files with the same name, but in different folders, so the "Create folder references" option adds files to your application bundle with the same folder structure as in the library.
  3. Copy all files from https://github.com/tradingview/charting_library/. The earliest supported version of the Charting Library is 17. If you get 404 then you need to request an access to this repository.

What is Charting Library

Charting Library is a standalone solution for displaying charts. This free, downloadable library is hosted on your servers and is connected to your data feed to be used in your website or app. Learn more and download.