How to make iPhone Apps – Part 1: Xcode suite and Objective-C

In this series i’m going to show you how to make iPhone/iPod-Touch applications using the iPhone SDK (Software Development Kit). During this course we are going to make many applications to illustrate basic iphone development workflows and coding techniques that are fundamental for your formation as an iPhone Developer.

T his tutorial has been posted in the following address: How to make iPhone Apps – Part 1: Xcode suite and Objective-C

Software Engineer and iOS developer, from Caracas, Venezuela, with a tremendous weakness for hamburgers.

No comments yet.

Leave a Reply

 

Marketie – Build your brand on twitter


The last few weeks a friend and I have been working on an app to help people market their brand [...]

First Look: Foundation Framework


Foundation is a framework for prototyping flexible web pages quickly and for any devices. It was created by ZURB, a U.S. [...]

Cocos2D Tips: Performance: CCSprite


Older iDevices (previous to iPhone 3GS) used to store images in power-of-two sizes of length and width. This means that [...]

Guess who’s back?


People is reading less, that’s a fact!. So blogs with very long posts are almost obsolete, at least in the [...]

How to make an iPhone App – Part 5: The Accelerometer


Yes, your iPhone has an accelerometer. I know this is not a physics class but the best way to define it is saying that it is a device to detect the magnitude and direction of acceleration. iDevices uses it to detect rotation, shake gestures, among others.

How to make an iPhone App – Part 4: Navigation Controller


Now that we know how to create a table views, we are going to use that knowledge to create a new project using a navigation controller to see a more detailed view of the tittle in the cell of the table view.