IOS SDK : first advices for beginners

Posted by VdesmedT on Stack Overflow See other posts from Stack Overflow or by VdesmedT
Published on 2010-12-27T16:11:15Z Indexed on 2010/12/27 16:54 UTC
Read the original article Hit count: 221

I too often answer the same kind of questions regarding basic topics like memory management, UITableView, Interface Orientation, MVC, etc...

I understand very well that everyone starting with that SDK is too exited about getting its hand on it but a few reading would save them hours of debugging and the frustration that come along with the feeling that "We miss something here".

I'd like experience users to share the few small articles, white papers, docs, book chapters that helps other save their time and avoid frustration.

My first vote would be for :

And as a General recommendation, read the Overview section that come along with every class documention in the reference library, they contains most of what you need to know to avoid big traps !

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch