Hello! I am new in ios programming. So I need to pass json data to any chart from infragistics framework. How can I do that? Do you have any tutorials or documentation for that? Thank you for help!
Obj-C provides an API to handle JSON. It's called NSJSONSerialiazation. It is used multiple times in our SamplesBrowser source code and provided in the install. The default install it's at \Developer\<NucliOS Install Folder>\Samples.
Take a look at the igStockHistoryViewController.
Thank you very much!