美文网首页资源帖
苹果官方文档url

苹果官方文档url

作者: 微笑中的你 | 来源:发表于2018-02-28 15:14 被阅读3次

    由于苹果官网不断更新的原因。有些链接地址可能已经失效了。

    苹果商标列表
    https://www.apple.com/legal/intellectual-property/trademark/appletmlist.html

    营销准则
    https://developer.apple.com/cn/app-store/marketing/guidelines/ App Store

    appstore上架指南
    https://developer.apple.com/app-store/review/guidelines/

    人机界面设计指南
    https://developer.apple.com/ios/human-interface-guidelines/overview/themes/

    Xcode 使用说明
    http://help.apple.com/xcode/mac

    Instruments 用户使用指南
    https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/index.html
    instruments 帮助主题
    https://developer.apple.com/library/archive/documentation/AnalysisTools/Conceptual/instruments_help-collection/Chapter/Chapter.html

    Objective-C编程中的概念
    https://developer.apple.com/library/content/documentation/General/Conceptual/CocoaEncyclopedia/Introduction/Introduction.html

    Objective-C编程指南
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html

    iOS应用程序编程指南
    https://developer.apple.com/library/content/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Introduction/Introduction.html

    应用程序菜单和弹出列表编程主题。
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/MenuList/MenuList.html

    集合编程主题
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Collections/Collections.html

    control和cell编程主题。
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ControlCell/ControlCell.html

    block 编程主题
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Blocks/Articles/00_Introduction.html

    Swift 编程语言
    https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/index.html

    iOS App 开发教程Swift版
    https://developer.apple.com/library/content/referencelibrary/GettingStarted/DevelopiOSAppsSwift/index.html

    Cocoa 核心能力

    概括了Cocoa所具有的所有核心能力
    block
    https://developer.apple.com/library/content/documentation/General/Conceptual/DevPedia-CocoaCore/Block.html

    字符串编程指南
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Strings/introStrings.html

    属性字符串编程指南
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/AttributedStrings/AttributedStrings.html

    适用于iOS的文本编程指南
    https://developer.apple.com/library/content/documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/Introduction/Introduction.html

    数据格式化指南
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/DataFormatting/DataFormatting.html

    KVC编程指南
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/KeyValueCoding/

    高级内存管理编程指南
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/MemoryMgmt.html

    Objective-C运行时编程指南
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ObjCRuntimeGuide/Introduction/Introduction.html

    多线程编程指南
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Multithreading/Introduction/Introduction.html

    并发编程指南
    https://developer.apple.com/library/content/documentation/General/Conceptual/ConcurrencyProgrammingGuide/Introduction/Introduction.html

    首选项和设置编程指南
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/UserDefaults/Introduction/Introduction.html

    bundle 编程指南
    https://developer.apple.com/library/content/documentation/CoreFoundation/Conceptual/CFBundles/Introduction/Introduction.html

    资源编程指南
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/LoadingResources/Introduction/Introduction.html

    基于文档的应用程序编程指南
    https://developer.apple.com/library/content/documentation/DataManagement/Conceptual/DocumentBasedAppPGiOS/Introduction/Introduction.html

    Quartz 2D Programming Guide
    https://developer.apple.com/library/content/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/Introduction/Introduction.html

    信息属性列表键参考
    https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Introduction/Introduction.html

    音频会话编程指南
    https://developer.apple.com/library/archive/documentation/Audio/Conceptual/AudioSessionProgrammingGuide/Introduction/Introduction.html

    功能性开发指南

    位置和地图编程指南
    https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/LocationAwarenessPG/Introduction/Introduction.html

    适用于iOS的绘图和打印指南
    https://developer.apple.com/library/content/documentation/2DDrawing/Conceptual/DrawingPrintingiOS/Introduction/Introduction.html

    文件系统编程指南
    https://developer.apple.com/library/content/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/Introduction/Introduction.html

    HomeKit 智能家居开发者指南
    https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/HomeKitDeveloperGuide/Introduction/Introduction.html

    Apple Pay
    苹果支付编程指南
    https://developer.apple.com/library/content/ApplePay_Guide/index.html
    苹果支付api文档
    https://developer.apple.com/documentation/passkit/apple_pay

    app内购
    app内购 集成准备流程
    https://developer.apple.com/in-app-purchase/
    app内购 编程指南
    https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Introduction.html
    app内购 api文档
    https://developer.apple.com/documentation/storekit/in_app_purchase?language=objc

    Wallet 开发指南
    https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/PassKit_PG/index.html

    **Cocoa 数据绑定编程 **
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/CocoaBindings/CocoaBindings.html

    KVC 编程指南
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/KeyValueCoding/index.html

    KVO 编程指南
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/KeyValueObserving/KeyValueObserving.html

    ** values 转换编程指南 **
    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ValueTransformers/ValueTransformers.html

    相关文章

      网友评论

        本文标题:苹果官方文档url

        本文链接:https://www.haomeiwen.com/subject/lqibxftx.html