Comment on First Glance at Objective-C and the iPhone SDK (by a Java and C Developer)Comments−ianl15yOne of the biggest pitfall for beginners is the fact you can send messages to nil objects.Secondly, while this is minor, I find it annoying that when declaring array's I have to include nil at the end.
Comments
One of the biggest pitfall for beginners is the fact you can send messages to nil objects.
Secondly, while this is minor, I find it annoying that when declaring array's I have to include nil at the end.