Feb 13 2009

Objective-C and iPhone development

flattr this!

Currently I am working on my Objective-C knowledge, and trying to learn as much as possible.
When doing this I find that the help there is outthere is quite small.

One of the sites that really helped me with learning objective-C is Cocoa Dev Central (http://cocoadevcentral.com/ )

This is what I got so far, completed my first 3 milestones:

  1. Get an application action working.
  2. Making the textField float above the keyboard so the keyboard doesn’t obscure the textField.
  3. Getting an "Emtpy textfield" cross in the textField.

Some screenshots are attached!