-2

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.

Kaps18
  • 11
  • 3

1 Answers1

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':

enter image description here

Jess Murray
  • 1,273
  • 1
  • 10
  • 32