10 useful tips and snippets for Apple iPhone and Xcode

Thursday, November 12, 2009

Useful snippets and tricks for developers Apple iPhone, Xcode and Objective-C

iPhone SecondApp: Guess the number - Part 2

Monday, July 13, 2009

As anticipated in iPhone FirstApp: Guess the number - Part 1 we see how to make an application for Apple iPhone without using Interface Builder! Indeed, physically delete files created by Interface Builder wizard Xcode. At the end of this post, then we will have an application identical in all respects to that made in Part One, [...]

iPhone FirstApp: Guess the number - Part 1

Tuesday, June 23, 2009

The first source that I passed through the hands was written in Basic and consisted of a few lines of code, for enlightening me. It was a simple game that generates a random number from 1 to 10 and, through keyboard input, make sure the number entered was Maggioni, less than or equal to the random number. [...]