官方的门户站点

Refernce Library

Mac OS X Refernce Library

http://developer.apple.com/library/mac/navigation/

iOS Refernce Library

http://developer.apple.com/library/ios/navigation

Safari Refernce Library

http://developer.apple.com/library/safari/navigation/

在IE下查看一般情况下会存在问题,在Safari或其他浏览器查看,这个的帮助搜索功能够强

如下是一些必读的分类资料文档,熟悉了这些内容,估计在ios mac上开发会得心应手。

iOS

操作系统

■ iOS Technology Overview

introduces iOS and its technologies.

http://developer.apple.com/technologies/ios/

■ Your First iOS Application

For a tutorial to get you started creating iOS applications

http://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhone101/iPhone101.pdf

入门必看的资料

■ iOS Human Interface Guidelines

For information about user interface design and how to create effective applications using iOS

http://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/MobileHIG.pdf

界面设计的指导,很有用的指导信息

■ iOS Development Guide

This document describes the iOS application development process. It also provides information about becoming a member of the iOS Developer Program, which is required to run applications on devices for testing. 

http://developer.apple.com/library/ios/documentation/Xcode/Conceptual/iphone_development/iOS_Development_Guide.pdf

编译、调试【模拟器、真实机器】、性能调试、单元测试、发布、提交到AppStore等相关知识

■ iOS Application Programming Guide

describes the architecture of an iOS application and shows the key customization points in UIKit and other key system frameworks.

http://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/iPhoneAppProgrammingGuide.pdf

运行时、安全、文件、通讯、性能调优等等

■Event Handling Guide for iOS

For information about handling touch and motion-related events

http://developer.apple.com/library/ios/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/EventHandlingiPhoneOS.pdf

 

Objective-C

开发语言

■Objective-C Release Notes

describes some of the changes in the Objective-C runtime in the latest release of Mac OS X.

http://developer.apple.com/library/mac/#releasenotes/Cocoa/RN-ObjectiveC/

Learning Objective-C: A Prime

http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/Learning_Objective-C_A_Primer/

■ The Objective-C Programming Language

introduces object-oriented programming and describes the main programming language used for iOS development.

http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ObjectiveC/ObjC.pdf

■Objective-C Runtime Programming Guide

describes aspects of the Objective-C runtime and how you can use it.

http://developer.apple.com/library/ios/documentation/cocoa/Conceptual/ObjCRuntimeGuide/ObjCRuntimeGuide.pdf

■Objective-C Runtime Reference

describes the data structures and functions of the Objective-C runtime support library. Your programs can use these interfaces to interact with the Objective-C runtime system. For example, you can add classes or methods, or obtain a list of all class definitions for loaded classes.

http://developer.apple.com/library/mac/documentation/Cocoa/Reference/ObjCRuntimeRef/ObjCRuntimeRef.pdf

■Object-Oriented Programming with Objective-C

Every object-oriented programming language and environment has a different perspective on what object-oriented means, how objects behave, and how programs might be structured. This document offers the Objective-C perspective.

http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/OOP_ObjC/OOP_ObjC.pdf

CoCoa

开发框架

http://developer.apple.com/technologies/mac/cocoa.html

 

■ Cocoa Fundamentals Guide

introduces the basic concepts, terminology, architectures, and design patterns of the Cocoa frameworks and development environment.

http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaFundamentals.pdf

■ Cocoa Application Tutorial

shows you how to build a simple Cocoa application for Mac OS X using the Xcode development environment, the Cocoa frameworks, and Objective-C. Your First iOS Application is a tutorial that guides you through the creation of a simple iPhone application, showing you along the way the basics of the Xcode development environment, Objective-C, and the Cocoa frameworks.

http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ObjCTutorial/ObjCTutorial.pdf

Garbage Collection Programming Guide

describes the garbage collection system used by Cocoa.

http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/GarbageCollection/GarbageCollection.pdf

Memory Management Programming Guide

describes the reference counting system used by Cocoa.

http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/MemoryMgmt/MemoryMgmt.pdf

■ View Controller Programming Guide for iOS

For information about structuring and managing your application’s user interface

http://developer.apple.com/library/ios/featuredarticles/ViewControllerPGforiPhoneOS/ViewControllerPGforiPhoneOS.pdf

■ View Programming Guide for iOS.

For information about presenting and animating your user interface

http://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/ViewPG_iPhoneOS/ViewPG_iPhoneOS.pdf

■ Model Object Implementation Guide

discusses basic issues of subclass design and implementation,

http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ModelObjects/ModelObjects.pdf

■Drawing and Printing Guide for iOS

For information about drawing custom content

http://developer.apple.com/library/ios/documentation/2DDrawing/Conceptual/DrawingPrintingiOS/DrawingPrintingiOS.pdf

■Text, Web, and Editing Programming Guide for iOS.

For information about handling text and web content and about managing the keyboard

http://developer.apple.com/library/ios/documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/TextAndWebiPhoneOS.pdf

■Multimedia Programming Guide

For information about incorporating audio and video into your application

http://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/MultimediaPG/MultimediaProgrammingGuide.pdf

Coding Guidelines for Cocoa

http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CodingGuidelines/CodingGuidelines.pdf

http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CodingGuidelines/CodingGuidelines.html

Web

■ Dashcode User Guide

which describes how to create webpages optimized for Safari on iOS. These web applications make use of web technologies such as HTML, CSS, and JavaScript.

http://developer.apple.com/library/mac/documentation/AppleApplications/Conceptual/Dashcode_UserGuide/Contents/Resources/en.lproj/Dashcode_UserGuide.pdf

 

■Safari Web Content Guide

in-depth information on how to create web applications that work well on iPhone and iPod touch

http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariWebContent/SafariWebContent.pdf

 

If you’re interested in developing iOS web applications, visit

http://developer.apple.com/devcenter/safari/library

XCode

开发工具

A Tour of Xcode

http://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/A_Tour_of_Xcode/A_Tour_of_Xcode.pdf

http://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/DocViewerHomePage/

http://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/A_Tour_of_Xcode/030-Recommended_Reading/Resources.html#//apple_ref/doc/uid/TP30000890-CH221-SW1

iOS iPhone官方参考资料明细相关推荐

  1. TestFlight用法(iOS APP官方测试工具)

    TestFlight用法(iOS APP官方测试工具) 参考资料: TestFlight用法 包教包会(iOS APP官方测试工具) TestFlight使用之外部测试 包教包会(iOS APP官方测 ...

  2. [源码、文档、分享] iOS/iPhone学习系列、代码教程(转)

    iOS/iPhone学习系列.代码教程----~~~持续更新中~~~ http://www.devdiv.com/iOS_iPhone-iOS_iPhone%E5%AD%A6%E4%B9%A0%E7% ...

  3. iOS 苹果官方Demo

    GitHub 文章链接地址, 欢迎Star+Fork Mirror of Apple's iOS samples This repository mirrors Apple's iOS samples ...

  4. iOS 苹果官方Demo合集

    转自:https://github.com/WildDylan/appleSample Mirror of Apple's iOS samples This repository mirrors Ap ...

  5. iOS(iPhone,iPad))开发(Obje…

    原文地址:iOS(iPhone,iPad))开发(Objective-C)开发库常用库索引 作者:子木潇雨 http://www.code4app.com 这网站不错,收集各种 iOS App 开发可 ...

  6. JS IOS/iPhone的Safari浏览器不兼容Javascript中的Date()问题的解决方法

    JS IOS/iPhone的Safari浏览器不兼容Javascript中的Date()问题的解决方法 参考文章: (1)JS IOS/iPhone的Safari浏览器不兼容Javascript中的D ...

  7. Objective-c/iOS/iphone开发视频教程迅雷/高速下载

    转自:http://www.lwxshow.com/videos/objective-c-ios-iphone-development-video-tutorials-download-now-rea ...

  8. 新增迅雷下载地址:Objective-c/iOS/iphone开发视频教程迅雷/高速下载

    转自:http://www.lwxshow.com/archives/397 2012-4-10更新 大家访问 http://www.lwxshow.com/archives/397 看到一个2012 ...

  9. [源码、文档、分享] iOS/iPhone学习系列、代码教程----~~~持续更新中~~~

    转自:http://www.devdiv.com/iOS_iPhone-iOS_iPhone%E5%AD%A6%E4%B9%A0%E7%B3%BB%E5%88%97%E3%80%81%E4%BB%A3 ...

最新文章

  1. Mind the Gap: Upgrading Genomes with Pacific Biosciences RS Long-Read Sequencing Technology
  2. 美日两位科学家获2018年度诺贝尔生理或医学奖
  3. 战略设计,必须首先把握产业的脉搏
  4. ESLint里的规则教会我,无规矩 不编程
  5. [算法学习] 线段树,树状数组,数堆,笛卡尔树
  6. BZOJ4589: Hard Nim(FWT 快速幂)
  7. CentOS 6.4配置TL-WN823N外置无线网卡
  8. c#是否参入中间变量交换变量的几种方法
  9. uniapp H5页面嵌入微信小程序 ios 下 video组件 播放视频 设置 border-radius overflow:hidden 不生效
  10. matlab程序聚类预测机器学习
  11. 03-13 微信小程序自动化测试
  12. zsh: command not found: 解决方法
  13. 线程创建常用的四种方式
  14. 服务器网站dns服务器,国内各个域名服务商主要dns服务器
  15. 模块化的ESP8266小电视设计与制作
  16. 《教程》使用STLINK烧录STM32程序
  17. “女人~,你在玩火”一个有磁性的声音说道——常用自动化测试工具
  18. php使用curl函数采集,PHP采集相关教程之一:CURL函数库
  19. linux 电源管理 regulator,Linux电源管理-Linux regulator framework概述
  20. [SPRD CAMERA] 4 HAL Camera open流程一

热门文章

  1. Jenkins 在Windows下插件无法安装问题解决
  2. 中介者模式php,php设计模式 Mediator (中介者模式)
  3. poj3254(状压dp入门第一道题,很详细)
  4. 将一个输入流(InputStream)写入到一个文件中
  5. android滚动条布局平分,让你的布局滚动起来—ScrollView
  6. java当前路径_java获取当前路径的几种方法
  7. 测试linux mongodb数据库开启,安装配置MongoDB数据库
  8. linux脚本 let,通过shell 脚本查看服务器的时时流量
  9. selenium安装_Selenium快速入门知识1-环境安装
  10. 程序包sun.misc不存在