IOS SDK: first advice for beginners [closed]

2019-01-08 21:01发布

问题:

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 little reading would save them hours of debugging and the frustration that come along with the feeling that "We miss something here".

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

My first vote would be for:

  • IOS Memory Management Guide
  • View Controller Programming Guide
  • Table View Guide

And as a general recommendation, read the overview section that come along with the documentation for every class in the reference library, it contains most of what you need to know to avoid the big traps!

回答1:

Good Resources

Apple-provided documentation:

  • Introduction to The Objective-C Programming Language
  • Your First iOS Application
  • Getting Started with iOS
  • IOS Memory Management Guide
  • View Controller Programming Guide
  • Table View Guide

iTunes U

  • iTunes U: Stanford — Developing Apps for iOS by Paul Hegarty
  • iTunes U: Stanford — iPhone Application Development by Alan Cannistraro and Josh Shaffer
  • Apple's WWDC10 Session Videos (apple developer login required)

YouTube

  • The New Boston
  • Geeky Lemon Development