Quote:
Originally Posted by PhoneyDeveloper
Remove your loadView method. Add viewDidLoad and build your chart view in viewDidLoad. Add this to viewDidLoad:
Code:
[self.view addSubView: chartView];
remove setNeedsDisplay.
also you need your chart view to be bigger than 1x1.
|
I'm also not clear why you don't just add the chart view in IB if you're building a nib anyway.