I have been browsing these iOS Cocoa controls and looking to test out a few in my projects. After downloading them I can find many sub-folders, some with images but mostly header/implementation files. Also the .xcode core project file.
I tried dragging/dropping these into my project window but this doesn’t seem to work. I know this is a noob-ish kind of question, but I’m very new to Xcode and just don’t understand the interface. For the record I’m running the latest version (Xcode 4.x) under Mac OS X 10.7 Lion.
Yes, you should drag them into your project. Furthermore you have to import the appropriate header files into e.g. you implementation file (
import "CocoaControl.h"). Most of the times there’s a sample project included with frameworks and custom classes. Check those out to learn how to use them.