Objective-C and the iPhone
The other day I was wondering (almost completely out of the blue) how to write an iPhone application. After a bit of exploration and refresh on basic C, I learned the objective-C language. After that, I had to apply it to Apple’s methods for creating iPhone apps. It took about two and a half days and had it’s ups and downs. If you’re not used to C or MVC structure, it will be hard as shit. I’m still new to it, but so for I’ve written an app that has a home screen and a options that menu folds down over the current view.
I’ll be diving into it a little deeper after I release the v3 of Notemine. But for those who are aspiring to create one with little to no language, it’s easy and there is a lot of online documentation out there to get you started.
