Mac/iOS - 文档大全

来源:互联网 发布:手机数据自动开启 编辑:程序博客网 时间:2024/05/22 18:30

Refernce Library

Mac OS X RefernceLibrary

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/

App Kit

https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/index.html

 

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 iOSapplications

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

入门必看的资料

 

iOS Human Interface Guidelines

For information aboutuser 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 developmentprocess. It also provides information about becoming a member of the iOSDeveloper Program, which is required to run applications on devices fortesting. 

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 andshows 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-relatedevents

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-Cruntime 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 ProgrammingLanguage

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

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

 

Objective-C Runtime ProgrammingGuide

describes aspects of the Objective-C runtime and howyou 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 theObjective-C runtime support library. Your programs can use these interfaces tointeract with the Objective-C runtime system. For example, you can add classesor 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 withObjective-C

Every object-oriented programming language andenvironment has a different perspective on what object-oriented means, how objects behave, and how programsmight 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 developmentenvironment.

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

 

Cocoa Application Tutorial

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

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

 

 Garbage CollectionProgramming 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 Guidefor iOS

For information about structuring and managing yourapplication’s user interface

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

 

View Programming Guide for iOS.

For information about presenting and animating youruser 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 andimplementation,

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 ProgrammingGuide for iOS.

 For information about handling text and webcontent 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 andvideo into your application

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

 

Coding Guidelines forCocoa

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 forSafari on iOS. These web applications make use of web technologies such asHTML, 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 applicationsthat 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 webapplications, 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


From <http://www.cnblogs.com/2018/archive/2010/12/13/1905013.html> 

0 0