I would really like some advice from you guys out there on the bunch of questions I have in my head:
I know C, and C++, but I don't know anything about objective C, what is the best resource out there for a walkthrough/tutorial (aware of primer but if there are others ... )
Using the current objective c resources that I have I am actually planning on doing a simple walkthrouh on pure objective c programming first before I jump into the more cooler stuff like cocoa touch etc. Pertaining to this, I am unable to create a pure objective c project that is not part of any sub project or inherits/imports from another class, The path I attempted to follow was:
Create a brand new EMPTY IOS Xcode project that has no build, target or configuration:
This seems the most likely way but it does ask me what subclass this is a part of. I am not interested in dealing with any of that since I want to simply experience creating objective c classes from scratch.
- Are there other IDE's available for the MAC that support Objective C.