MDM wrote:
Make a UIView in interface builder, rename the class to the proper class type, and resize it how you see fit.
Sorry, im not being specific enough.
What I do:
Open interface builder.
Drag another UIView (and turn it into a CPTGraphHostingView) inside my mainViewControllers view.
This is the point where I get lost.
I cannot put my Core Plot code in my MainViewControllers.m and .h files because it will execute the code on the main UIView rather then my CPTGraphHostingView, so what I do is open up interface builder and press write class files. Then put in the code (Will this work?).