I am using ios_Charts library by danielgindi.I am using Objective-C to build my app. I have successfully dragged charts.xcodeproj in my project. And i am able to import "MyApp-Swift.h" in my project. But i am not able to understand how to proceed further to use barChart in my app.Please help me on this as I am newbie to iOS. Thanks.
Asked
Active
Viewed 873 times
-2
-
Did you read this? https://github.com/danielgindi/Charts – Nicola Giancecchi Apr 02 '16 at 16:29
-
Yes, But when i am using BarChartView, it is giving me an error unknown type name BarChartView. – Kaps18 Apr 02 '16 at 16:36
-
Am i missing something? – Kaps18 Apr 02 '16 at 16:37
-
@Kaps18 can you add a screenshot of the error message? – Jess Murray Apr 02 '16 at 19:46
1 Answers
1
The error 'unknown type name BarChartView' makes it sound like you haven't set up your view correctly.
Drag a view onto your view controller. Click on the view and select the 'show identity inspector button' and set the class to 'BarChartView':

Jess Murray
- 1,273
- 1
- 10
- 32