Posts Tagged ‘language’
Doing Some iPhone Game Programming
Just in case there’s any graphics designers interested, I have finally finished off some more of the contract work, and with a lighter load, my next ambition is to do some iPhone game programming.
The Ultimate iPhone Objective-C Cheat Sheet
I updated the iPhone Objective-C 2.0 Cheat Sheet Today which I created earlier to accompany my video on transitioning to Objective-C.
What are Objective-C categories?
Hi everybody,
I got a couple of e-mails asking what Objective-C categories are, as a couple of developers ran into them when looking up stuff using the jump to definition, research assistant and help in Xcode.
I didn’t explain them in my first Objective-C tutorial as they are not too identical to something that already exists in C/C++ or Java, and they are not neccessary to use in your code.
Understanding Source Code – iPhone Development Getting Started Tutorial #3 2/2
Here’s the second part of this tutorial, quite a bit new in here also!
Some of the stuff covered:
UITextField
UIApplicationDelegate
@property copy modifier
Please keep the questions coming, I’ll be adding answers to many of them very soon. Please post in the comments below as I don’t check my Youtube inbox that often!
Understanding Source Code – iPhone Development Getting Started Tutorial #3 1/2
Ok, here’s the first of two videos where I go through and analyze the source code provided by Apple in it’s HelloWorld file.
We look at quite a few new terms here, such as the @class declaration, and dealloc, along with some modifiers used with the @property declaration.
The fully commented source code can be downloaded here:
>>> Download Commented HelloWorld Code <<<
Check it out, and as always post any questions below.