The dilemma below seems like a very easy problem to overcome, yet I can’t find anything about how to tackle it. I’ve checked various tutorials, as well as all the sample code bundled with Core-Plot.
I’ve recently set up a new iPhone view-based application. However, I don’t want the graph to take up the whole screen/view.
You can put a UIView inside your main UIView. Then change the type of that inner view to the UIView subclass that you need, such as CPGraphHostingView.