iOS iPhone官方参考资料明细

iOS iPhone官方参考资料明细,第1张

概述http://www.cnblogs.com/2018/archive/2010/12/13/1905013.html 官方的门户站点 Refernce Library Mac OS X Refernce Library http://developer.apple.com/library/mac/navigation/ iOS Refernce Library http://developer.

http://www.cnblogs.com/2018/archive/2010/12/13/1905013.HTML

官方的门户站点 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 @R_403_6818@ 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官方参考资料明细全部内容,希望文章能够帮你解决iOS iPhone官方参考资料明细所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/1059254.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-25
下一篇 2022-05-25

发表评论

登录后才能评论

评论列表(0条)

保存