mirror of
https://github.com/tradingview/charting-library-examples.git
synced 2024-11-25 16:27:09 +08:00
.. | ||
App | ||
Example.xcodeproj | ||
.gitignore | ||
README.md |
TradingView Charting Library iOS (Swift version) Integration Example
Latest tested version of the library with this example is v28.0.0
.
How to start
- Check that you can view https://github.com/tradingview/charting_library/. If you do not have access then you can request access to this repository here.
- Open Example.xcodeproj in Xcode.
- Right click on ChartingLibrary folder and select "Add Files to "Example"".
Choose and add all the files inside https://github.com/tradingview/charting_library/. Note: Unlike some of the other examples you should copy all files from the repository not just the
datafeeds
andcharting_library
directories. Select "Create folder references" for the added folders. Note: 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.
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.