Getting started with iPhone development
How do I get my program on to the iPhone and the iPod touch? I have an idea and want to make it into a program. Where do I start? You can start with the theory and search the Internet for tutorials and...
View ArticleiPhone Programming: Do I need a Mac?
Wrong question: Eventually, you will want a Mac. Programming for the iPhone is done with Xcode. Xcode is a development environment that offers much more than just an editor with some code coloring. It...
View ArticleSo you have Mac OSX running and now what?
Get Xcode To simply download Xcode you will have to register for the free developer program membership registration. Register at the http://developer.apple.com/ and then you can download Xcode from...
View ArticleGetting started with programming for the iPhone
The previous posts looked at setting up the developing environment. Let’s look at getting familiar with the programming language. Traditionally iPhone apps are written in Objective-C and Cocoa Touch....
View Article