Finally, An iPhone App!
Like a true geek, I’ve been dying to program my iPhone since I got it but I was hindered by one major obstacle: I don’t own a Mac computer of any kind. The SDK and all of the cool tools are only available on OSX and I only own a PC. Yes, I know that there are open source tools available and I looked into all that but it was time consuming to get the right headers and build the toolchain. On top of that, you have to jailbreak the device and that has it’s own set of issues.
Well I finally have access to one of those big 27″ iMacs. No, I didn’t buy it but I’m allowed to program on it and that’s all that matters ;-) I’d never really had a chance to work on a Mac and it’s really cool. It takes some getting used to but the graphics are very nice.
To make things even better, I found out about the Corona SDK which allows you to develop for the iPhone without having to use Objective-C. Instead, you use the lua language and that greatly reduces the amount of code you have to type to get simple things like text on the screen.
Of course, you don’t as extensive a library as you would if you use Objective-C but it’s a great starting point. So for now, I’m a happy iPhone coder. I’ll let you know how it goes.


