Creating a basic iPad application Comments (4)
by Wez Pyke - November 8, 2011 in Cocoa/Objective-C,Text Tutorials

ipad Creating a basic iPad application
Because of the recent announcement of the iPad 2 more people are going to want to learn how to develop for the iPhone OS. I recently purchased an iPad 2 3G with o2, so far the broadband has been flawless.

This tutorial will be a basic walk-through for beginners who want to start developing.

The application that we will be creating will consist of two button and one label.
(more...)

Basic iPhone Button Comments (0)
by Wez Pyke - October 21, 2008 in Cocoa/Objective-C

Alert Sheet in Cocoa/Objective-C Comments (0)
by Wez Pyke - March 11, 2008 in Cocoa/Objective-C

A tutorial showing how to create an alert sheet in objective-c/cocoa/xcode.