Most important documentation in the Iphone Dev Center [closed]

左心房为你撑大大i 提交于 2019-12-11 13:24:06

问题


What is, according to you, the most important topic (chapter) covered by the iPhone Developer Documentation?

Do you know another topic that is very important to you, yet rarely read by other developers?

I would like to print and read some important chapters, but I may forget something...


回答1:


There are several core guides to important concepts. These include:

  • iOS Human Interface Guidelines
  • The Objective-C Programming Language
  • Cocoa Fundamentals Guide
  • Key-Value Coding Programming Guide
  • iPhone Development Guide
  • iPhone Application Programming Guide
  • View Controller Programming Guide for iOS
  • Core Data Programming Guide
  • Predicate Programming Guide
  • Core Animation Programming Guide
  • Quartz 2D Programming Guide
  • OpenGL ES Programming Guide for iPhone OS
  • Accessibility Programming Guide for iOS
  • In-App Purchase Programming Guide
  • Getting Started with Networking and Internet
  • Interface Builder User Guide
  • Instruments User Guide
  • Xcode Debugging Guide

Many of these point to additional references that you may also like to read.




回答2:


Every beginning iPhone developer gets tripped up by the deployment process. I would print, memorize and feel comfortable with setting up profiles and such. Here are some more essential concepts

  • Memory Management
  • Saving your dsym for later debugging
  • Testing
  • Buttoning up leaks and profiling

Each of these concepts can be searched for on Stack Overflow for more information.



来源:https://stackoverflow.com/questions/1914429/most-important-documentation-in-the-iphone-dev-center

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!