iOS Foundation 框架 224 篇相关文档分类整理

简介: iOS Foundation 框架 224 篇相关文档分类整理 太阳火神的美丽人生 (http://blog.csdn.net/opengl_es) 本文遵循“署名-非商业用途-保持一致”创作公用协议 转载请保留此句:太阳火神的美丽人生 -  本博客专注于 敏捷开发及移动和物联设备研究:iOS、Android、Html5、Arduino、pcDuino,否则,出自本博客的文章拒绝转载或再转载,谢谢合作。

iOS Foundation 框架 224 篇相关文档分类整理

太阳火神的美丽人生 (http://blog.csdn.net/opengl_es)

本文遵循“署名-非商业用途-保持一致”创作公用协议

转载请保留此句:太阳火神的美丽人生 -  本博客专注于 敏捷开发及移动和物联设备研究:iOS、Android、Html5、Arduino、pcDuino否则,出自本博客的文章拒绝转载或再转载,谢谢合作。



截至 2014-05-02 ,苹果官网 Foundation 框架相关文档共计 224 篇,分类如下:

基类二进制类日期时区及本地化类、数值类、字符串类、字符集合类、枚举类、基本类型格式化及搜索类、集合类、
错误与异常类、键值编码类、通知类、过滤和正则表达式类、XML 和 JSON 解析、撤销与重做、
定时器类、线程同步类、线程安全类、线程通讯类、网络类、
文件 之 偏好设置即用户默认设置类、文件 之 应用包及沙盒管理类、文件 之 归档与串行化类、文件 之 流类、
蓝牙点对点通讯类、其它用得不多的少许类。


Foundation 框架概述文档:常量、数据类型、框架、函数、发布声明
Title Topic Date
Foundation Constants Reference A Content Update
Foundation Data Types Reference A Minor Change
Foundation Framework Reference A Content Update
Foundation Functions Reference A Minor Change
Foundation Release Notes for iOS A First Version
Foundation Release Notes for OS X v10.9 A Content Update

基类
Title Topic Date
NSObject Class Reference Data Types & Collections Minor Change
NSObject Protocol Reference Data Types & Collections Minor Change
NSNull Class Reference Data Types & Collections Minor Change
NSValue Class Reference Data Types & Collections Minor Change
NSUUID Class Reference Data Types & Collections Minor Change
NSCopying Protocol Reference - Minor Change
NSMutableCopying Protocol Reference - Minor Change
NSMethodSignature Class Reference Data Types & Collections Minor Change
Objective-C Runtime Reference Objective-C Minor Change
Advanced Memory Management Programming Guide Performance Minor Change
NSAutoreleasePool Class Reference - Minor Change

二进制
Title Topic Date
Binary Data Programming Guide Data Types & Collections Minor Change
NSData Class Reference Data Types & Collections Minor Change
NSMutableData Class Reference Data Types & Collections Minor Change

日期、时区及本地化
Title Topic Date
Date and Time Programming Guide Dates, Times, & Numbers Content Update
NSDate Class Reference Dates, Times, & Numbers Minor Change
NSDateComponents Class Reference Dates, Times, & Numbers Content Update
NSDateFormatter and Internet Dates Dates, Times, & Numbers Minor Change
Locales Programming Guide Dates, Times, & Numbers Minor Change
NSLocale Class Reference Data Types & Collections Content Update
NSTimeZone Class Reference Dates, Times, & Numbers Minor Change
NSCalendar Class Reference Dates, Times, & Numbers Content Update

数值
Title Topic Date
Number and Value Programming Topics Dates, Times, & Numbers Minor Change
NSNumber Class Reference Dates, Times, & Numbers Minor Change
NSDecimalNumber Class Reference Dates, Times, & Numbers Minor Change
NSDecimalNumberBehaviors Protocol Reference Dates, Times, & Numbers Minor Change
NSDecimalNumberHandler Class Reference Dates, Times, & Numbers Minor Change
NSIndexPath Class Reference Data Types & Collections Minor Change

字符串
Title Topic Date
String Programming Guide Strings, Text, & Fonts Minor Change
NSString Class Reference Strings, Text, & Fonts Minor Change
NSMutableString Class Reference Strings, Text, & Fonts Minor Change
Attributed String Programming Guide Strings, Text, & Fonts Minor Change
NSAttributedString Class Reference Strings, Text, & Fonts Content Update
NSMutableAttributedString Class Reference Strings, Text, & Fonts Content Update
Converting to Precomposed Unicode Strings, Text, & Fonts Content Update

字符
Title Topic Date
NSCharacterSet Class Reference Strings, Text, & Fonts Content Update
NSMutableCharacterSet Class Reference Strings, Text, & Fonts Minor Change

枚举
Title Topic Date
NSEnumerator Class Reference Data Types & Collections Minor Change
NSFastEnumeration Protocol Reference - First Version
Enumeration Sample - Content Update

基本类型格式化及搜索
Title Topic Date
Data Formatting Guide Strings, Text, & Fonts Minor Change
NSFormatter Class Reference Strings, Text, & Fonts Minor Change
NSDateFormatter Class Reference Strings, Text, & Fonts Minor Change
NSNumberFormatter Class Reference Strings, Text, & Fonts Minor Change
NSByteCountFormatter Class Reference Strings, Text, & Fonts First Version
NSScanner Class Reference Strings, Text, & Fonts Minor Change
Sort Descriptor Programming Topics Strings, Text, & Fonts Minor Change
NSSortDescriptor Class Reference Data Types & Collections Content Update

集合
Title Topic Date
Collections Programming Topics Data Types & Collections Content Update
NSArray Class Reference Data Types & Collections Minor Change
NSMutableArray Class Reference Data Types & Collections Minor Change
NSPointerArray Class Reference Data Types & Collections Minor Change
NSPointerFunctions Class Reference Data Types & Collections Minor Change
NSDictionary Class Reference Data Types & Collections Minor Change
NSMutableDictionary Class Reference Data Types & Collections Minor Change
NSSet Class Reference Data Types & Collections Minor Change
NSMutableSet Class Reference Data Types & Collections Minor Change
NSOrderedSet Class Reference Data Types & Collections Minor Change
NSMutableOrderedSet Class Reference Data Types & Collections Minor Change
NSIndexSet Class Reference Data Types & Collections Minor Change
NSMutableIndexSet Class Reference Data Types & Collections Minor Change
NSCountedSet Class Reference Data Types & Collections Minor Change
NSHashTable Class Reference Data Types & Collections Minor Change
NSMapTable Class Reference Data Types & Collections Minor Change
Property List Programming Guide Data Types & Collections Minor Change
Property List Programming Topics for Core Foundation Data Types & Collections Minor Change
NSPropertyListSerialization Class Reference Data Types & Collections Minor Change

错误与异常
Title Topic Date
Exception Programming Topics Event Handling Minor Change
NSException Class Reference - Minor Change
NSError Class Reference - Minor Change
NSErrorRecoveryAttempting Protocol Reference - Minor Change
NSAssertionHandler Class Reference - Minor Change

键值编码
Title Topic Date
Key-Value Coding Programming Guide Event Handling Minor Change
Key-Value Observing Programming Guide Event Handling Minor Change
NSKeyValueCoding Protocol Reference General Content Update
NSKeyValueObserving Protocol Reference Event Handling Content Update

通知
Title Topic Date
Notification Programming Topics Event Handling Minor Change
NSNotification Class Reference Event Handling Minor Change
NSNotificationCenter Class Reference Event Handling Minor Change
NSNotificationQueue Class Reference Event Handling Minor Change

过滤和正则表达式
Title Topic Date
Predicate Programming Guide Data Management Minor Change
NSPredicate Class Reference Data Management Minor Change
NSComparisonPredicate Class Reference Data Management Content Update
NSCompoundPredicate Class Reference Data Management Minor Change
NSExpression Class Reference Data Management Minor Change
NSRegularExpression Class Reference Strings, Text, & Fonts Minor Change
NSDataDetector Class Reference Strings, Text, & Fonts Content Update

XML 和 JSON 解析
Title Topic Date
NSJSONSerialization Class Reference Data Management Minor Change
Event-Driven XML Programming Guide Data Management Minor Change
NSXMLParser Class Reference Data Management Minor Change
NSXMLParserDelegate Protocol Reference Data Management Minor Change
XMLPerformance Performance Content Update

撤销与重做
Title Topic Date
Undo Architecture Data Management Minor Change
NSUndoManager Class Reference Data Management Minor Change
SimpleUndo User Experience Content Update

定时器
Title Topic Date
Timer Programming Topics Event Handling Minor Change
NSTimer Class Reference Event Handling Content Update

线程同步
Title Topic Date
NSThread Class Reference Event Handling Minor Change
NSRunLoop Class Reference Event Handling Minor Change
Simple and Reliable Threading with NSOperation Data Management First Version
NSBlockOperation Class Reference Event Handling Content Update
NSOperation Class Reference Event Handling Minor Change
NSOperationQueue Class Reference Event Handling Minor Change
NSInvocation Class Reference Event Handling Minor Change
NSInvocationOperation Class Reference Event Handling Minor Change
Concurrent NSOperations Failing On iOS 4 Networking & Internet First Version

线程安全
Title Topic Date
NSCondition Class Reference Event Handling Minor Change
NSConditionLock Class Reference Event Handling Minor Change
NSLock Class Reference Event Handling Minor Change
NSLocking Protocol Reference Event Handling Minor Change
NSRecursiveLock Class Reference Event Handling Minor Change

线程通讯
Title Topic Date
NSPort Class Reference Event Handling Content Update
NSPortDelegate Protocol Reference Sockets & TCP Content Update
NSMachPort Class Reference Event Handling Content Update
NSMachPortDelegate Protocol Reference Sockets & TCP Content Update
NSMessagePort Class Reference Event Handling Minor Change
NSPipe Class Reference File Management Minor Change
NSProcessInfo Class Reference Device Information Content Update

网络
Title Topic Date
URL Loading System Programming Guide Protocol Streams Minor Change
NSURL Class Reference Data Management Minor Change
NSURLRequest Class Reference Protocol Streams Minor Change
NSMutableURLRequest Class Reference Protocol Streams Minor Change
NSURLResponse Class Reference Protocol Streams Minor Change
NSHTTPURLResponse Class Reference Protocol Streams Minor Change
NSCachedURLResponse Class Reference Protocol Streams Minor Change
NSURLConnection Class Reference Protocol Streams Minor Change
NSURLConnectionDataDelegate Protocol Reference Networking & Internet Minor Change
NSURLConnectionDelegate Protocol Reference Networking & Internet Minor Change
NSURLConnectionDownloadDelegate Protocol Reference Networking & Internet Minor Change
AdvancedURLConnections Protocol Streams Content Update
NSURLAuthenticationChallenge Class Reference Protocol Streams Minor Change
NSURLAuthenticationChallengeSender Protocol Reference Protocol Streams Minor Change
NSURLCredential Class Reference Protocol Streams Minor Change
NSURLCredentialStorage Class Reference Protocol Streams Content Update
NSURLProtectionSpace Class Reference Protocol Streams Minor Change
NSURLProtocol Class Reference Protocol Streams Minor Change
NSURLProtocolClient Protocol Reference Protocol Streams Minor Change
NSURLSession Class Reference - Minor Change
NSURLSessionDelegate Protocol Reference - Minor Change
NSURLSessionTask Class Reference - Minor Change
NSURLSessionTaskDelegate Protocol Reference - Minor Change
NSURLSessionDataTask Class Reference - Minor Change
NSURLSessionDataDelegate Protocol Reference - Minor Change
NSURLSessionUploadTask Class Reference - Minor Change
NSURLSessionDownloadTask Class Reference - Minor Change
NSURLSessionDownloadDelegate Protocol Reference - Minor Change
NSURLSessionConfiguration Class Reference - Minor Change
NSCache Class Reference - Content Update
NSCacheDelegate Protocol Reference - Content Update
NSURLCache Class Reference Protocol Streams Minor Change
NSHTTPCookie Class Reference Protocol Streams Minor Change
NSHTTPCookieStorage Class Reference Protocol Streams Minor Change
NSProxy Class Reference - Minor Change
SimpleFTPSample Protocol Streams Content Update
SimpleURLConnections Protocol Streams Content Update
CustomHTTPProtocol Networking & Internet First Version
HTTPS Server Trust Evaluation Networking & Internet Minor Change
Resumable Downloads Networking & Internet First Version
TLS Session Cache Networking & Internet First Version
WWDC 2012: Networking Best Practices Networking & Internet First Version
WWDC 2012: Simplify Networking with Bonjour Networking & Internet First Version
WWDC 2013: What’s New in Foundation Networking Networking & Internet First Version

文件 之 偏好设置即用户默认设置
Title Topic Date
Preferences and Settings Programming Guide Preference Settings Minor Change
NSUserDefaults Class Reference Preference Settings Minor Change
Why can't I save data to my application's bundle when running on the device? Preference Settings Minor Change

文件 之 应用包及沙盒管理
Title Topic Date
Resource Programming Guide File Management Minor Change
Bundle Programming Guide File Management Minor Change
NSBundle Class Reference File Management Minor Change
NSFileManager Class Reference File Management Minor Change
NSFileManagerDelegate Protocol Reference File Management Minor Change

文件 之 归档与串行化
Title Topic Date
Archives and Serializations Programming Guide File Management Minor Change
NSCoder Class Reference File Management Content Update
NSCoding Protocol Reference File Management Minor Change
NSSecureCoding Protocol Reference Data Management Minor Change
NSDirectoryEnumerator Class Reference File Management Minor Change
NSFileCoordinator Class Reference File Management Minor Change
NSFileHandle Class Reference File Management Minor Change
NSFilePresenter Protocol Reference File Management Content Update
NSFileWrapper Class Reference File Management Minor Change
NSFileSecurity Class Reference Security First Version
NSKeyedArchiver Class Reference File Management Content Update
NSKeyedArchiverDelegate Protocol Reference File Management Content Update
NSKeyedUnarchiver Class Reference File Management Minor Change
NSKeyedUnarchiverDelegate Protocol Reference File Management Content Update
NSMetadataItem Class Reference File Management Content Update
NSMetadataQuery Class Reference File Management Content Update
NSMetadataQueryAttributeValueTuple Class Reference File Management Minor Change
NSMetadataQueryDelegate Protocol Reference File Management Minor Change
NSMetadataQueryResultGroup Class Reference File Management Minor Change
Packaged Document for iOS File Management First Version

文件 之 流
Title Topic Date
Stream Programming Guide Protocol Streams Minor Change
NSStream Class Reference Protocol Streams Minor Change
NSStreamDelegate Protocol Reference Protocol Streams Minor Change
NSInputStream Class Reference Sockets & TCP Minor Change
NSOutputStream Class Reference Sockets & TCP Minor Change
Using NSStreams For A TCP Connection Without NSHost Sockets & TCP Minor Change

蓝牙点对点通讯
Title Topic Date
Bonjour over Bluetooth on iOS 5 and Later Networking & Internet Minor Change
BonjourWeb Services & Discovery Minor Change
NSNetService Class Reference Services & Discovery Content Update
NSNetServiceBrowser Class Reference Services & Discovery Minor Change
NSNetServiceBrowserDelegate Protocol Reference Services & Discovery Content Update
NSNetServiceDelegate Protocol Reference Services & Discovery Content Update
NSNetService and Automatic Reference Counting (ARC) Networking & Internet First Version
WiTap Services & Discovery Content Update

其它
Title Topic Date
NSOrthography Class Reference Strings, Text, & Fonts Content Update
NSTextCheckingResult Class Reference Strings, Text, & Fonts Minor Change
ListAdder Data Management First Version
NSFileVersion Class Reference Data Management Minor Change
NSLinguisticTagger Class Reference Data Management Content Update
NSUbiquitousKeyValueStore Class Reference Data Management Minor Change
NSValueTransformer Class Reference Data Management Minor Change
WWDC 2012: Advanced iCloud Document Storage Data Management First Version
WWDC 2012: iCloud Storage Overview Data Management First Version
WWDC 2013: Solutions to Common Date and Time Challenges Data Management First Version
NSDiscardableContent Protocol Reference - Content Update
NSPurgeableData Class Reference - Content Update
purgeIdleCellConnections Log Message - First Version
NSProgress Class Reference Languages & Utilities First Version





目录
相关文章
|
3月前
|
物联网 区块链 vr&ar
未来已来:探索区块链、物联网与虚拟现实技术的融合与应用安卓与iOS开发中的跨平台框架选择
【8月更文挑战第30天】在科技的巨轮下,新技术不断涌现,引领着社会进步。本文将聚焦于当前最前沿的技术——区块链、物联网和虚拟现实,探讨它们各自的发展趋势及其在未来可能的应用场景。我们将从这些技术的基本定义出发,逐步深入到它们的相互作用和集成应用,最后展望它们如何共同塑造一个全新的数字生态系统。
|
14天前
|
移动开发 网络协议 小程序
基于开源IM即时通讯框架MobileIMSDK:RainbowChat-iOS端v9.1版已发布
RainbowChat是一套基于开源IM聊天框架 MobileIMSDK 的产品级移动端IM系统。RainbowChat源于真实运营的产品,解决了大量的屏幕适配、细节优化、机器兼容问题
46 5
|
13天前
|
Swift iOS开发 开发者
探索iOS开发中的SwiftUI框架
【10月更文挑战第21天】在苹果生态系统中,SwiftUI的引入无疑为iOS应用开发带来了革命性的变化。本文将通过深入浅出的方式,带领读者了解SwiftUI的基本概念、核心优势以及如何在实际项目中运用这一框架。我们将从一个简单的例子开始,逐步深入到更复杂的应用场景,让初学者能够快速上手,同时也为有经验的开发者提供一些深度使用的技巧和策略。
37 1
|
2月前
|
iOS开发 开发者 UED
探索iOS应用开发中的SwiftUI框架
【9月更文挑战第26天】 在iOS开发的海洋中,SwiftUI犹如一艘现代的快艇,引领着开发者们驶向更加高效与直观的编程体验。本文将带你领略SwiftUI的魅力,从其设计理念到实际应用,我们将一步步揭开它如何简化界面构建过程的面纱。通过对比传统方式,你将看到SwiftUI如何让代码变得像诗一样优美,同时保持强大的功能性和灵活性。准备好让你的iOS开发技能加速升级,一起驾驭这股新潮流吧!
|
2月前
|
前端开发 iOS开发 开发者
探索iOS开发中的SwiftUI框架
【9月更文挑战第21天】在iOS应用开发的广阔天地中,SwiftUI框架如一股清新之风,为开发者带来了声明式语法的便捷与高效。本文将深入探讨SwiftUI的核心概念、布局方式及数据绑定机制,同时通过实例演示如何运用SwiftUI构建用户界面,旨在引领读者领略SwiftUI的魅力,并激发其对iOS开发新趋势的思考与实践。
42 6
|
2月前
|
开发工具 Swift iOS开发
探索iOS开发中的SwiftUI框架
【9月更文挑战第1天】在本文中,我们将一起潜入iOS开发的海洋,特别聚焦于SwiftUI这一现代且富有表现力的框架。SwiftUI不仅简化了界面设计流程,还为开发者提供了声明式Swift语法的便利。通过这篇文章,你将学会如何利用SwiftUI构建灵活且响应式的用户界面,并理解其背后的原理。无论你是刚入门的新手还是寻求进阶的开发者,本文都将为你提供有价值的指导和启示。
|
3月前
|
设计模式 Java Android开发
探索安卓应用开发:从新手到专家的旅程探索iOS开发中的SwiftUI框架
【8月更文挑战第29天】本文旨在通过一个易于理解的旅程比喻,带领读者深入探讨安卓应用开发的各个方面。我们将从基础概念入手,逐步过渡到高级技术,最后讨论如何维护和推广你的应用。无论你是编程新手还是有经验的开发者,这篇文章都将为你提供有价值的见解和实用的代码示例。让我们一起开始这段激动人心的旅程吧!
|
3月前
|
存储 Swift iOS开发
探索iOS开发中的SwiftUI框架
【8月更文挑战第29天】本文旨在引导读者理解并掌握SwiftUI框架,通过简明的语言和直观的代码示例,揭示SwiftUI如何让iOS开发变得更加简单高效。文章不仅介绍基础知识,更深入探讨了SwiftUI的核心特性、布局技巧以及与UIKit的差异,为开发者提供实用的学习路径和实践指南。
|
3月前
|
iOS开发 开发者 UED
探索iOS开发中的SwiftUI框架
【8月更文挑战第20天】本文深入探讨了SwiftUI,这是一个为iOS开发设计的现代化用户界面框架。通过分析SwiftUI的设计理念、核心特性以及与传统UIKit框架的区别,文章揭示了SwiftUI如何简化开发者的工作流程并提升应用性能。同时,文章也讨论了SwiftUI在实现响应式设计方面的能力和它对iOS开发生态的潜在影响。
|
3月前
|
前端开发 API Swift
探索iOS应用开发的新趋势:SwiftUI和Combine框架
【8月更文挑战第16天】本文深入探讨了iOS平台上的两个最新技术:SwiftUI和Combine。SwiftUI旨在简化用户界面的构建,而Combine则优化了事件处理机制。我们将分析这两个框架如何共同推动iOS开发的未来,以及它们给开发者带来的便利和挑战。
57 6