天天看点

iOS UIKit 框架 346 篇文档分类整理 - 预告

iOS UIKit 框架 346 篇文档分类整理 - 预告

<a target="_blank" href="http://blog.csdn.net/opengl_es">转载请保留此句:太阳火神的美丽人生 -  本博客专注于 敏捷开发及移动和物联设备研究:iOS、Android、Html5、Arduino、pcDuino,否则,出自本博客的文章拒绝转载或再转载,谢谢合作。</a>

多不要紧,只要坚持,一天一些,估计有两三个月的闲睱时间就能整理完。

这看似是在把苹果官网的东西贴过来,其实不然,贴的过程中,要选择性地贴,就要动脑去想,想的过程就是在构建头脑中的知识立体库,立体库中的每个位置,都为各个知识点留有位置,各知识点之间是靠神经元在联系着的,这就是最终的目标。

先把官网的列表贴过来,轮到整理这部分时,这个表要经过加工,变成预期的模式。

这就是中国人的思维模式,外国人的东西拿过来,看着总觉得零散,确实是这样,中国人的思维模式,受孔孟之道,儒家思想以及易经的几千年影响,实在不太容易改变,已经纳入遗传基因中了。

外国人习惯无序排列的目录,所以他们更注重每一个的细节,这也是外国人的优势,他们只关心眼前的事情,把它做得更好;而我们中国人更习惯于有序的目录结构,有序代表着,必须形成各个知识结构之间的联系,这是外国人粗放的地方,但他们更注重实效的联系,而我们中国人就比较依赖于这种有序的知识结构体系,也正因为这样,我们中国人的发明性更强,而外国人能做到的是把已有的东西做到极致,中西文化的差异于此,决定了我们的学习和接受事物的方式要有别,才能达到预期效果,事半功倍。

当 Foundation 和 UIKit 两部分都已经掌握常用的部分之后,接下来每一个人都可以自主的去看苹果官网的文档,从中吸取有用的东西了,那可是苹果开发的万圣之源啊!

Title

Resource Type

Topic

Framework

Date

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/ViewPG_iPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009503">View Programming Guide for iOS</a>

Guides

User Experience

Windows &amp; Views

UIKit

2013-10-22

Minor Change

<a target="_blank" href="https://developer.apple.com/library/ios/featuredarticles/ViewControllerPGforiPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007457">View Controller Programming Guide for iOS</a>

2012-12-13

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/ViewControllerCatalog/Introduction.html#//apple_ref/doc/uid/TP40011313">View Controller Catalog for iOS</a>

2012-02-16

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/AutolayoutPG/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010853">Auto Layout Guide</a>

2013-09-18

Content Update

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/CameraAndPhotoLib_TopicsForIOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010400">Camera Programming Topics for iOS</a>

Audio &amp; Video

2012-07-17

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/CollectionViewPGforIOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40012334">Collection View Programming Guide for iOS</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010403">Document Interaction Programming Topics for iOS</a>

Data Management

File Management

2010-11-15

First Version

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/DataManagement/Conceptual/DocumentBasedAppPGiOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40011149">Document-Based App Programming Guide for iOS</a>

2012-09-19

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/2DDrawing/Conceptual/DrawingPrintingiOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010156">Drawing and Printing Guide for iOS</a>

Graphics &amp; Animation

2D Drawing

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/ErrorHandlingCocoa/ErrorHandling/ErrorHandling.html#//apple_ref/doc/uid/TP40001806">Error Handling Programming Guide</a>

Describes NSError objects, related Application Kit support for error handling, and how to use these features in your code.

Last change: Added advice about not modifying the error parameter if a method does not directly return NO to indicate an error (Creating and Returning NSError Objects).

Event Handling

2011-01-07

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009541">Event Handling Guide for iOS</a>

Describes how applications can handle multitouch, motion, and other events.

Last change: Reordered the chapters to present gesture recognizers first and conceptual information about event delivery and the responder chain later. Also updated content to include the most recent information for iOS 6.0.

2013-01-28

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/UIKitUICatalog/index.html#//apple_ref/doc/uid/TP40012857">UIKit User Interface Catalog</a>

2013-12-16

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/TransitionGuide/index.html#//apple_ref/doc/uid/TP40013174">iOS 7 UI Transition Guide</a>

Describes how to transition an iOS 6 app to iOS 7.

Last change: Corrected the default value of extendedLayoutIncludesOpaqueBars to NO.

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction.html#//apple_ref/doc/uid/TP40008194">Local and Push Notification Programming Guide</a>

Networking &amp; Internet

2014-02-11

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009542">Text Programming Guide for iOS</a>

Strings, Text, &amp; Fonts

2014-03-10

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/TableView_iPhone/TableViewStyles/TableViewCharacteristics.html#//apple_ref/doc/uid/TP40007451">Table View Programming Guide for iOS</a>

Tables

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/WindowAndScreenGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40012555">Multiple Display Programming Guide for iOS</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/iPhoneAccessibility/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008785">Accessibility Programming Guide for iOS</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/UIScrollView_pg/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008179">Scroll View Programming Guide for iOS</a>

2011-06-06

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextSelectionRect_class/Reference/Reference.html#//apple_ref/doc/uid/TP40011967">UITextSelectionRect Class Reference</a>

Reference

2013-08-08

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextRange_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009417">UITextRange Class Reference</a>

2010-02-25

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextPosition_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009416">UITextPosition Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextInputTraits_Protocol/Reference/UITextInputTraits.html#//apple_ref/doc/uid/TP40006896">UITextInputTraits Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextInputTokenizer_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40009408">UITextInputTokenizer Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextInputStringTokenizer_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009409">UITextInputStringTokenizer Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextInputMode_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010352">UITextInputMode Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextInputDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40009407">UITextInputDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextInput_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40009415">UITextInput Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextFieldDelegate_Protocol/UITextFieldDelegate/UITextFieldDelegate.html#//apple_ref/doc/uid/TP40006991">UITextFieldDelegate Protocol Reference</a>

Controls

2008-06-16

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextField_Class/Reference/UITextField.html#//apple_ref/doc/uid/TP40006888">UITextField Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextChecker_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009330">UITextChecker Class Reference</a>

2011-01-05

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITapGestureRecognizer_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009286">UITapGestureRecognizer Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableViewHeaderFooterView_class/Reference/Reference.html#//apple_ref/doc/uid/TP40012241">UITableViewHeaderFooterView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableViewDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40006942">UITableViewDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableViewDataSource_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40006941">UITableViewDataSource Protocol Reference</a>

2010-05-24

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableViewController_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40007523">UITableViewController Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableViewCell_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006938">UITableViewCell Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006943">UITableView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITabBarItem_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006928">UITabBarItem Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITabBarDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40006930">UITabBarDelegate Protocol Reference</a>

2008-05-16

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITabBarControllerDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40006932">UITabBarControllerDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITabBarController_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006931">UITabBarController Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITabBar_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40007521">UITabBar Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISwitch_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006784">UISwitch Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISwipeGestureRecognizer_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009285">UISwipeGestureRecognizer Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/CIColor_UIKit/Reference/Reference.html#//apple_ref/doc/uid/TP40010989">CIColor UIKit Additions Reference</a>

2011-10-12

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/CIImage_UIKitAdditions/Reference/Reference.html#//apple_ref/doc/uid/TP40010991">CIImage UIKit Additions Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIStoryboardSegue_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010911">UIStoryboardSegue Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIStoryboardPopoverSegue_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010910">UIStoryboardPopoverSegue Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIStoryboard_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010909">UIStoryboard Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIStepper_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010929">UIStepper Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIStateRestoring_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013116">UIStateRestoring Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISplitViewControllerDelegate_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40009454">UISplitViewControllerDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISplitViewController_class/Reference/Reference.html#//apple_ref/doc/uid/TP40009277">UISplitViewController Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISnapBehavior_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40013158">UISnapBehavior Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISlider_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006798">UISlider Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISimpleTextPrintFormatter_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010146">UISimpleTextPrintFormatter Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISegmentedControl_Class/Reference/UISegmentedControl.html#//apple_ref/doc/uid/TP40006807">UISegmentedControl Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISearchDisplayDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40008226">UISearchDisplayDelegate Protocol Reference</a>

2009-12-03

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISearchDisplayController_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40008225">UISearchDisplayController Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISearchBarDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40007530">UISearchBarDelegate Protocol Reference</a>

2010-04-28

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISearchBar_Class/Reference.html#//apple_ref/doc/uid/TP40007529">UISearchBar Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIScrollViewDelegate_Protocol/Reference/UIScrollViewDelegate.html#//apple_ref/doc/uid/TP40006923">UIScrollViewDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIScrollViewAccessibilityDelegate_Protocol/UIScrollViewAccessibilityDelegate.html#//apple_ref/doc/uid/TP40012467">UIScrollViewAccessibilityDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIScrollView_Class/Reference/UIScrollView.html#//apple_ref/doc/uid/TP40006922">UIScrollView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIScreenMode_class/Reference/Reference.html#//apple_ref/doc/uid/TP40009312">UIScreenMode Class Reference</a>

Device Information

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIScreenEdgePanGestureRecognizer_class/Reference/Reference.html#//apple_ref/doc/uid/TP40013472">UIScreenEdgePanGestureRecognizer Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIScreen_Class/Reference/UIScreen.html#//apple_ref/doc/uid/TP40006903">UIScreen Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIRotateGestureRecognizer_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009284">UIRotationGestureRecognizer Class</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIResponderStandardEditActions_Protocol/UIResponderStandardEditActions.html#//apple_ref/doc/uid/TP40008313">UIResponderStandardEditActions Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIResponder_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006783">UIResponder Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIRefreshControl_class/Reference/Reference.html#//apple_ref/doc/uid/TP40012250">UIRefreshControl Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIReferenceLibraryViewControllerClassRef/Reference/Reference.html#//apple_ref/doc/uid/TP40010941">UIReferenceLibraryViewController Class Reference</a>

2012-01-10

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPushBehavior_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40013157">UIPushBehavior Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIProgressView_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006782">UIProgressView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPrintPaper_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010140">UIPrintPaper Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/iPhone/Reference/UIPrintPageRenderer_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010186">UIPrintPageRenderer Class Reference</a>

2010-10-12

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPrintInteractionControllerDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40010142">UIPrintInteractionControllerDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPrintInteractionController_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010141">UIPrintInteractionController Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPrintInfo_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010144">UIPrintInfo Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPrintFormatter_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010145">UIPrintFormatter Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPopoverControllerDelegate_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40009307">UIPopoverControllerDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPopoverController_class/Reference/Reference.html#//apple_ref/doc/uid/TP40009306">UIPopoverController Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPopoverBackgroundView_class/Reference/Reference.html#//apple_ref/doc/uid/TP40011171">UIPopoverBackgroundView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPinchGestureRecognizer_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009283">UIPinchGestureRecognizer Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPickerViewDelegate_Protocol/Reference/UIPickerViewDelegate.html#//apple_ref/doc/uid/TP40006924">UIPickerViewDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/iPhone/Reference/UIPickerViewDataSource_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40007667">UIPickerViewDataSource Protocol Reference</a>

2009-11-24

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPickerViewAccessibilityDelegate_Protocol/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009680">UIPickerViewAccessibilityDelegate Protocol Reference</a>

2010-05-18

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPickerView_Class/Reference/UIPickerView.html#//apple_ref/doc/uid/TP40006842">UIPickerView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPercentDrivenInteractiveTransition_class/Reference/Reference.html#//apple_ref/doc/uid/TP40013061">UIPercentDrivenInteractiveTransition Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPasteboard_Class/Reference.html#//apple_ref/doc/uid/TP40008243">UIPasteboard Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPanGestureRecognizer_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009282">UIPanGestureRecognizer Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPageViewControllerDelegateProtocolRef/UIPageViewControllerDelegate.html#//apple_ref/doc/uid/TP40010903">UIPageViewControllerDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPageViewControllerDataSourceProtocolRef/UIPageViewControllerDataSource.html#//apple_ref/doc/uid/TP40010902">UIPageViewControllerDataSource Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPageViewControllerClassReferenceClassRef/UIPageViewControllerClassReference.html#//apple_ref/doc/uid/TP40010891">UIPageViewController Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPageControl_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006781">UIPageControl Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIObjectRestoration_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013115">UIObjectRestoration Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UINib_Ref/Reference/Reference.html#//apple_ref/doc/uid/TP40009580">UINib Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UINavigationItem_Class/Reference/UINavigationItem.html#//apple_ref/doc/uid/TP40006933">UINavigationItem Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UINavigationControllerDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40007662">UINavigationControllerDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UINavigationController_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006934">UINavigationController Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UINavigationBarDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40006925">UINavigationBarDelegate Protocol Reference</a>

2008-03-12

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UINavigationBar_Class/Reference/UINavigationBar.html#//apple_ref/doc/uid/TP40006887">UINavigationBar Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIMotionEffectGroup_class/Reference/Reference.html#//apple_ref/doc/uid/TP40013378">UIMotionEffectGroup Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIMotionEffect_class/Reference/Reference.html#//apple_ref/doc/uid/TP40013376">UIMotionEffect Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIMenuItem_Class/Reference/MenuItem.html#//apple_ref/doc/uid/TP40009302">UIMenuItem Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/iPhone/Reference/UIMenuController_Class/UIMenuController.html#//apple_ref/doc/uid/TP40008301">UIMenuController Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIMarkupTextPrintFormatter_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010147">UIMarkupTextPrintFormatter Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIManagedDocument_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010905">UIManagedDocument Class Reference</a>

2014-04-09

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UILongPressGestureRecognizer_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009281">UILongPressGestureRecognizer Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/iPhone/Reference/UILocalNotification_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009565">UILocalNotification Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/iPhone/Reference/UILocalizedIndexedCollation_Class/UILocalizedIndexedCollation.html#//apple_ref/doc/uid/TP40008302">UILocalizedIndexedCollation Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UILayoutSupport_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013473">UILayoutSupport Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UILabel_Class/Reference/UILabel.html#//apple_ref/doc/uid/TP40006797">UILabel Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIKitFunctionReference/Reference/reference.html#//apple_ref/doc/uid/TP40006894">UIKit Function Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIKit_Framework/_index.html#//apple_ref/doc/uid/TP40006955">UIKit Framework Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIKitDataTypesReference/Reference/reference.html#//apple_ref/doc/uid/TP40007525">UIKit Data Types Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIKitConstantsReference/Reference/reference.html#//apple_ref/doc/uid/TP40007526">UIKit Constants Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIKeyInput_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40009418">UIKeyInput Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIKeyCommand_class/Reference/Reference.html#//apple_ref/doc/uid/TP40013085">UIKeyCommand Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIInterpolatingMotionEffect_class/Reference/Reference.html#//apple_ref/doc/uid/TP40013377">UIInterpolatingMotionEffect Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIInputViewAudioFeedback_ProtocolReference/Reference/Reference.html#//apple_ref/doc/uid/TP40010382">UIInputViewAudioFeedback Protocol Reference</a>

Audio

2010-10-27

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIInputView_class/Reference/Reference.html#//apple_ref/doc/uid/TP40013470">UIInputView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIImageView_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006889">UIImageView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIImagePickerControllerDelegate_Protocol/UIImagePickerControllerDelegate/UIImagePickerControllerDelegate.html#//apple_ref/doc/uid/TP40007069">UIImagePickerControllerDelegate Protocol Reference</a>

2010-08-19

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIImagePickerController_Class/UIImagePickerController/UIImagePickerController.html#//apple_ref/doc/uid/TP40007070">UIImagePickerController Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIImage_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006890">UIImage Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIGuidedAccessRestrictionsDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013379">UIGuidedAccessRestrictionDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIGravityBehavior_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40013155">UIGravityBehavior Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIGestureRecognizerDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40009280">UIGestureRecognizerDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIGestureRecognizer_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009279">UIGestureRecognizer Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIFontDescriptor_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40013284">UIFontDescriptor Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIFont_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006891">UIFont Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIEvent_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006780">UIEvent Class Reference</a>

2010-08-03

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDynamicItemBehavior_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40013345">UIDynamicItemBehavior Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDynamicItem_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013326">UIDynamicItem Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDynamicBehavior_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40013154">UIDynamicBehavior Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDynamicAnimatorDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013352">UIDynamicAnimatorDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDynamicAnimator_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40013153">UIDynamicAnimator Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDocumentInteractionControllerDelegate_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40009305">UIDocumentInteractionControllerDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDocumentInteractionController_class/Reference/Reference.html#//apple_ref/doc/uid/TP40009304">UIDocumentInteractionController Class Reference</a>

2011-03-08

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDocument_Class/UIDocument/UIDocument.html#//apple_ref/doc/uid/TP40010879">UIDocument Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDictationPhraseClass/Reference/Reference.html#//apple_ref/doc/uid/TP40011379">UIDictationPhrase Class Reference</a>

2012-03-01

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902">UIDevice Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDatePicker_Class/Reference/UIDatePicker.html#//apple_ref/doc/uid/TP40006806">UIDatePicker Class Reference</a>

2010-11-29

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDataSourceModelAssociation_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40011991">UIDataSourceModelAssociation Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIControl_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006779">UIControl Class Reference</a>

2011-09-28

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIColor_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006892">UIColor Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollisionBehaviorDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013151">UICollisionBehaviorDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollisionBehavior_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40013152">UICollisionBehavior Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionViewUpdateItem_class/Reference/Reference.html#//apple_ref/doc/uid/TP40012184">UICollectionViewUpdateItem Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionViewTransitionLayout_class/Reference/Reference.html#//apple_ref/doc/uid/TP40013096">UICollectionViewTransitionLayout Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionViewLayoutInvalidationContext_class/Reference/Reference.html#//apple_ref/doc/uid/TP40013446">UICollectionViewLayoutInvalidationContext Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionViewLayoutAttributes_class/Reference/Reference.html#//apple_ref/doc/uid/TP40012183">UICollectionViewLayoutAttributes Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionViewLayout_class/Reference/Reference.html#//apple_ref/doc/uid/TP40012185">UICollectionViewLayout Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIWindow_Class/UIWindowClassReference/UIWindowClassReference.html#//apple_ref/doc/uid/TP40006817">UIWindow Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionViewFlowLayoutInvalidationContext_class/Reference/Reference.html#//apple_ref/doc/uid/TP40013445">UICollectionViewFlowLayoutInvalidationContext Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionViewFlowLayout_class/Reference/Reference.html#//apple_ref/doc/uid/TP40012182">UICollectionViewFlowLayout Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionViewDelegateFlowLayout_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40012181">UICollectionViewDelegateFlowLayout Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionViewDelegate_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40012176">UICollectionViewDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionViewDataSource_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40012175">UICollectionViewDataSource Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIWebViewDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40006951">UIWebViewDelegate Protocol Reference</a>

2011-05-26

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionViewController_clas/Reference/Reference.html#//apple_ref/doc/uid/TP40012180">UICollectionViewController Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionViewCell_class/Reference/Reference.html#//apple_ref/doc/uid/TP40012179">UICollectionViewCell Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionView_class/Reference/Reference.html#//apple_ref/doc/uid/TP40012177">UICollectionView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionReusableView_class/Reference/Reference.html#//apple_ref/doc/uid/TP40012178">UICollectionReusableView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIButton_Class/UIButton/UIButton.html#//apple_ref/doc/uid/TP40006815">UIButton Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIBezierPath_class/Reference/Reference.html#//apple_ref/doc/uid/TP40009276">UIBezierPath Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIBarPositioningDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013462">UIBarPositioningDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIBarPositioning_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013381">UIBarPositioning Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIBarItem_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40007520">UIBarItem Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIBarButtonItem_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40007519">UIBarButtonItem Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAttachmentBehavior_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40013346">UIAttachmentBehavior Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40006786">UIApplicationDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplication_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006728">UIApplication Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/recipes/UIAppearanceContainer_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40010907">UIAppearanceContainer Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAppearance_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40010906">UIAppearance Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAlertViewDelegate_Protocol/UIAlertViewDelegate/UIAlertViewDelegate.html#//apple_ref/doc/uid/TP40007548">UIAlertViewDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAlertView_Class/UIAlertView/UIAlertView.html#//apple_ref/doc/uid/TP40006802">UIAlertView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIWebView_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006950">UIWebView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIActivityViewController_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40011976">UIActivityViewController Class Reference</a>

2013-04-23

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIActivityItemSource_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40012213">UIActivityItemSource Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIActivityItemProvider_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40011975">UIActivityItemProvider Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIActivityIndicatorView_Class/Reference/UIActivityIndicatorView.html#//apple_ref/doc/uid/TP40006830">UIActivityIndicatorView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewPrintFormatter_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010148">UIViewPrintFormatter Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIActivity_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40011974">UIActivity Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIModalViewDelegate_Protocol/UIActionSheetDelegate/UIActionSheetDelegate.html#//apple_ref/doc/uid/TP40006799">UIActionSheetDelegate Protocol Reference</a>

2008-05-29

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIActionSheet_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006801">UIActionSheet Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewControllerTransitioningDelegate_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013060">UIViewControllerTransitioningDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAccessibilityReadingContent_Protocol/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010936">UIAccessibilityReadingContent Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAccessibilityIdentification_Protocol/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010953">UIAccessibilityIdentification Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAccessibilityFocus_Protocol/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009679">UIAccessibilityFocus Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewControllerTransitionCoordinatorContext_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013294">UIViewControllerTransitionCoordinatorContext Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAccessibilityElement_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40008784">UIAccessibilityElement Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewControllerTransitionCoordinator_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013295">UIViewControllerTransitionCoordinator Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAccessibilityContainer_Protocol/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008787">UIAccessibilityContainer Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAccessibilityAction_Protocol/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009678">UIAccessibilityAction Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAccessibility_Protocol/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008786">UIAccessibility Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAccelerometerDelegate_Protocol/UIAccelerometerDelegate/UIAccelerometerDelegate.html#//apple_ref/doc/uid/TP40006990">UIAccelerometerDelegate Protocol Reference</a>

2008-05-27

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAccelerometer_Class/Reference/UIAccelerometer.html#//apple_ref/doc/uid/TP40006900">UIAccelerometer Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAcceleration_Class/Reference/UIAcceleration.html#//apple_ref/doc/uid/TP40006901">UIAcceleration Class Reference</a>

2010-04-16

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewControllerRestoration_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40011990">UIViewControllerRestoration Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewControllerInteractiveTransitioning_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013059">UIViewControllerInteractiveTransitioning Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewControllerContextTransitioning_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013057">UIViewControllerContextTransitioning Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewControllerAnimatedTransitioning_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013387">UIViewControllerAnimatedTransitioning Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006926">UIViewController Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIView_Class/UIView/UIView.html#//apple_ref/doc/uid/TP40006816">UIView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIVideoEditorControllerDelegate_ProtocolReference/Reference/Reference.html#//apple_ref/doc/uid/TP40009028">UIVideoEditorControllerDelegate Protocol Reference</a>

Video

2009-07-07

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSAttributedString_UIKit_Additions/Reference/Reference.html#//apple_ref/doc/uid/TP40011688">NSAttributedString UIKit Additions Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSBundle_UIKitAdditions/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007485">NSBundle UIKit Additions Reference</a>

2010-03-26

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSCoder_UIKit_Additions/Reference/Reference.html#//apple_ref/doc/uid/TP40007292">NSCoder UIKit Additions Reference</a>

Describes additions for archiving data types used in UIKit.

Last change: Updated for iOS v5.0.

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSIndexPath_UIKitAdditions/Reference/Reference.html#//apple_ref/doc/uid/TP40007175">NSIndexPath UIKit Additions</a>

Data Types &amp; Collections

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/AppKit/Reference/NSLayoutConstraint_Class/NSLayoutConstraint/NSLayoutConstraint.html#//apple_ref/doc/uid/TP40010628">NSLayoutConstraint Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSLayoutManager_Class_TextKit/Reference/Reference.html#//apple_ref/doc/uid/TP40013277">NSLayoutManager Class Reference for iOS</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSLayoutManagerDelegate_Protocol_TextKit/Reference/Reference.html#//apple_ref/doc/uid/TP40013280">NSLayoutManagerDelegate Protocol Reference for iOS</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSMutableAttributedString_UIKit_Additions/Reference/Reference.html#//apple_ref/doc/uid/TP40013287">NSMutableAttributedString UIKit Additions Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/Cocoa/Reference/ApplicationKit/Classes/NSMutableParagraphStyle_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40004068">NSMutableParagraphStyle Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSObject_UIKitAdditions/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007486">NSObject UIKit Additions Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/Cocoa/Reference/ApplicationKit/Classes/NSParagraphStyle_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40004082">NSParagraphStyle Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/Cocoa/Reference/ApplicationKit/Classes/NSShadow_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40004108">NSShadow Class Reference</a>

Describes a drop shadow for a drawing operation.

Last change: This class is now supported in iOS.

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSString_UIKit_Additions/Reference/Reference.html#//apple_ref/doc/uid/TP40006893">NSString UIKit Additions Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSStringDrawingContext_class/Reference/Reference.html#//apple_ref/doc/uid/TP40011689">NSStringDrawingContext Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSTextAttachment_Class_TextKit/Reference/Reference.html#//apple_ref/doc/uid/TP40013283">NSTextAttachment Class Reference for iOS</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSTextAttachmentContainer_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013285">NSTextAttachmentContainer Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSTextContainer_Class_TextKit/Reference/Reference.html#//apple_ref/doc/uid/TP40013281">NSTextContainer Class Reference for iOS</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSTextLayoutOrientationProvider_Protocol_TextKit/Reference/Reference.html#//apple_ref/doc/uid/TP40013485">NSTextLayoutOrientationProvider Protocol Reference for iOS</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSTextStorage_Class_TextKit/Reference/Reference.html#//apple_ref/doc/uid/TP40013282">NSTextStorage Class Reference for iOS</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSTextStorageDelegate_Protocol_TextKit/Reference/Reference.html#//apple_ref/doc/uid/TP40013301">NSTextStorageDelegate Protocol Reference for iOS</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSTextTab_Class_TextKit/Reference/Reference.html#//apple_ref/doc/uid/TP40013648">NSTextTab Class Reference for iOS</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSValue_UIKit_Additions/Reference/Reference.html#//apple_ref/doc/uid/TP40007293">NSValue UIKit Additions Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIVideoEditorController_ClassReference/Reference/Reference.html#//apple_ref/doc/uid/TP40009027">UIVideoEditorController Class Reference</a>

2009-08-02

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITouch_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006785">UITouch Class Reference</a>

2010-09-17

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIToolbarDelegate_protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40013497">UIToolbarDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIToolbar_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006927">UIToolbar Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextViewDelegate_Protocol/Reference/UITextViewDelegate.html#//apple_ref/doc/uid/TP40006897">UITextViewDelegate Protocol Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextView_Class/Reference/UITextView.html#//apple_ref/doc/uid/TP40006898">UITextView Class Reference</a>

<a target="_blank" href="https://developer.apple.com/library/ios/releasenotes/Miscellaneous/RN-AdoptingStoryboards/index.html#//apple_ref/doc/uid/TP40011297">Converting to Storyboards Release Notes</a>

Release Notes

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/AccelerometerGraph/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007410">AccelerometerGraph</a>

Sample Code

2013-07-15

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/MultipleDetailViews/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009775">MultipleDetailViews</a>

2012-09-18

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/TableMultiSelect/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011189">Multiple Selection with UITableView</a>

2014-01-13

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/StateRestore/Introduction/Intro.html#//apple_ref/doc/uid/DTS40013190">State Restoration</a>

2013-07-09

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/StateRestoreChildViews/Introduction/Intro.html#//apple_ref/doc/uid/DTS40013492">State Restoration of Child View Controllers</a>

2013-09-05

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/StreetScroller/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011102">StreetScroller</a>

2013-07-31

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/MoveMe/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007315">MoveMe</a>

2013-03-27

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/TableViewUpdates/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010139">Table View Animations and Gestures</a>

2013-11-14

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/TableViewSuite/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007318">TableView Fundamentals for iOS</a>

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/Accessory/Introduction/Intro.html#//apple_ref/doc/uid/DTS40008066">TableViewCell Accessory</a>

2014-02-21

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/Tabster/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011213">Tabster</a>

2014-01-06

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/TheElements/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007419">TheElements</a>

2013-04-11

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/LazyTableImages/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009394">LazyTableImages</a>

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/LaunchMe/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007417">LaunchMe</a>

2013-05-16

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/KeyboardAccessory/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009462">KeyboardAccessory</a>

2014-04-03

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/Reflection/Introduction/Intro.html#//apple_ref/doc/uid/DTS40008063">Reflection</a>

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/SimpleBackgroundTransfer/Introduction/Intro.html#//apple_ref/doc/uid/DTS40013416">Simple Background Transfer</a>

2013-10-01

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/SimpleGestureRecognizers/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009460">Simple Gesture Recognizers</a>

2013-01-24

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/TableSearch/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007848">Simple UISearchBar with State Restoration</a>

2013-05-23

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/AdvancedTableSearch/Introduction/Intro.html#//apple_ref/doc/uid/DTS40013493">Advanced UISearchBar</a>

2013-07-24

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/AlternateViews/Introduction/Intro.html#//apple_ref/doc/uid/DTS40008755">Alternate Views</a>

2014-04-02

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/ViewTransitions/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007411">ViewTransitions</a>

Animation

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/Icons/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010442">Application Icons and Launch Images for iOS</a>

General

2014-03-05

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/AppPrefs/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007799">AppPrefs</a>

Preference Settings

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/Recipes_+_Printing/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011098">Sample Print Page Renderer</a>

2014-02-03

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/PrintPhoto/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010366">PrintPhoto</a>

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/ToolbarSearch/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009461">Using a Search Bar in a Toolbar</a>

2013-09-03

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/Popovers/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010436">Popover Controllers in iOS</a>

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/PhotoScroller/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010080">PhotoScroller</a>

2012-11-06

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/PageControl/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007795">PageControl</a>

2013-02-15

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/UICatalog/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007710">UICatalog: Creating and Customizing UIKit Controls</a>

2014-04-24

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/ExternalDisplay/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010724">Using External Displays</a>

2013-09-16

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/HelloWorld_iPhone/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007709">HelloWorld</a>

2010-06-24

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/HeadsUpUI/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007998">HeadsUpUI</a>

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/Touches/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007435">Handling Touches Using Responder Methods and Gesture Recognizers</a>

2013-05-13

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/VideoRecorder/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010137">UIImagePicker Video Recorder</a>

2013-08-13

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/DynamicsCatalog/Introduction/Intro.html#//apple_ref/doc/uid/DTS40013414">UIKit Dynamics Catalog</a>

2013-09-23

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/PrintWebView/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010311">UIKit Printing with UIPrintInteractionController and UIViewPrintFormatter</a>

2012-12-05

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/BatteryStatus/Introduction/Intro.html#//apple_ref/doc/uid/DTS40008812">Get Battery Status</a>

2013-08-15

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/UnwindSegue/Introduction/Intro.html#//apple_ref/doc/uid/DTS40013644">UnwindSegue</a>

2013-08-17

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/CollectionViewTransition/Introduction/Intro.html#//apple_ref/doc/uid/DTS40013415">Collection View Transition</a>

2013-10-29

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/PhotoPicker/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010196">Using UIImagePickerController to Select Pictures and Take Photos</a>

2013-05-29

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/CollectionView-Simple/Introduction/Intro.html#//apple_ref/doc/uid/DTS40012860">CollectionView-Simple</a>

2012-09-24

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/DocInteraction/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010052">DocInteraction</a>

2013-04-18

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/DateCell/Introduction/Intro.html#//apple_ref/doc/uid/DTS40008866">DateCell</a>

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/NavBar/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007418">Customizing UINavigationBar</a>

2014-04-29

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/sc2216/Introduction/Intro.html#//apple_ref/doc/uid/DTS40014019">CustomContentAccessibility</a>

2013-12-18

<a target="_blank" href="https://developer.apple.com/library/ios/samplecode/SeismicXML/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007323">Using NSXMLParser to parse XML documents</a>

2013-09-17

<a target="_blank" href="https://developer.apple.com/library/ios/technotes/tn2154/_index.html#//apple_ref/doc/uid/DTS40013309">UIScrollView And Autolayout</a>

Technical Notes

2014-02-20

<a target="_blank" href="https://developer.apple.com/library/ios/technotes/tn2298/_index.html#//apple_ref/doc/uid/DTS40013591">Using Unwind Segues</a>

<a target="_blank" href="https://developer.apple.com/library/ios/technotes/tn2244/_index.html#//apple_ref/doc/uid/DTS40009012">Launching your iPhone Application in Landscape</a>

2013-08-09

<a target="_blank" href="https://developer.apple.com/library/ios/technotes/tn2265/_index.html#//apple_ref/doc/uid/DTS40010376">Troubleshooting Push Notifications</a>

2013-09-24

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1808/_index.html#//apple_ref/doc/uid/DTS40014219">Matching a Bar Tint Color To Your Corporate or Brand Color</a>

Technical Q&amp;As

2014-03-20

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1817/_index.html#//apple_ref/doc/uid/DTS40014134">View Snapshots on iOS 7</a>

2014-05-01

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1688/_index.html#//apple_ref/doc/uid/DTS40009879">Why won't my UIViewController rotate with the device?</a>

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1751/_index.html#//apple_ref/doc/uid/DTS40013391">Restoring the screen brightness when an app leaves the active state</a>

2013-06-04

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1630/_index.html#//apple_ref/doc/uid/DTS40008749">Using UIWebView to display select document types</a>

2009-08-25

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1495/_index.html#//apple_ref/doc/uid/DTS40009340">Detecting phone numbers and links in an iPhone application</a>

2009-10-27

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa2013/qa1812.html#//apple_ref/doc/uid/DTS40014336">Delivering touch events to a view outside the bounds of its parent view</a>

2014-04-11

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1700/_index.html#//apple_ref/doc/uid/DTS40010233">Launch Image Doesn't Show Up for iPhone Apps</a>

2013-08-06

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1689/_index.html#//apple_ref/doc/uid/DTS40009896">Supporting orientations for iPad apps</a>

2010-12-10

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1814/_index.html#//apple_ref/doc/uid/DTS40014030">Setting up Xcode to automatically manage your provisioning profiles.</a>

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1738/_index.html#//apple_ref/doc/uid/DTS40010848">How to opt out of video mirroring</a>

2011-04-04

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1587/_index.html#//apple_ref/doc/uid/DTS40012659">How do I get my application to show up in the "Open in..." menu on iOS for a specific document type?</a>

2014-04-14

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1797/_index.html#//apple_ref/doc/uid/DTS40013765">Preventing the Status Bar from Covering Your Views</a>

2014-01-09

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1694/_index.html#//apple_ref/doc/uid/DTS40009982">Handling Popover Controllers During Orientation Changes</a>

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1622/_index.html#//apple_ref/doc/uid/DTS40009180">Accessing Image Metadata in iOS</a>

2011-08-22

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1739/_index.html#//apple_ref/doc/uid/DTS40011151">Why does UILocalizedIndexedCollation not give localized results?</a>

2011-07-14

<a target="_blank" href="https://developer.apple.com/library/ios/qa/qa1686/_index.html#//apple_ref/doc/uid/DTS40009882">App Icons on iPad and iPhone</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=204">WWDC 2013: What’s New with Multitasking</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=208">WWDC 2013: What’s New in iOS User Interface Design</a>

<a target="_blank" href="https://developer.apple.com/tech-talks/videos/?id=3">iOS 7 Tech Talks: Architecting Modern Apps, Part 1</a>

<a target="_blank" href="https://developer.apple.com/tech-talks/videos/?id=2">iOS 7 Tech Talks: User Interface Design for iOS 7 Apps</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=610">WWDC 2013: What’s New in Camera Capture</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=223">WWDC 2013: Using Fonts with Text Kit</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=210">WWDC 2012: Accessibility for iOS</a>

2012-10-17

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=407">WWDC 2012: Adopting Storyboards in Your App</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=216">WWDC 2012: Advanced Appearance Customization on iOS</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=219">WWDC 2012: Advanced Collection Views and Building Custom Layouts</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=234">WWDC 2012: AirPrint</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=232">WWDC 2012: Auto Layout by Example</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=228">WWDC 2012: Best Practices for Mastering Auto Layout</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=233">WWDC 2012: Building Advanced Gesture Recognizers</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=211">WWDC 2012: Building Concurrent User Interfaces on iOS</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=600">WWDC 2012: Debugging UIWebViews and Websites on iOS</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=223">WWDC 2012: Enhancing User Experience with Scroll Views</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=205">WWDC 2012: Introducing Collection Views</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=202">WWDC 2012: Introduction to Auto Layout for iOS and OS X</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=221">WWDC 2012: iOS User Interface Design</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=243">WWDC 2012: iPhoto for iOS: UI Progression and Animation Design</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=220">WWDC 2012: Keyboard Input in iOS</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=240">WWDC 2012: Polishing Your Interface Rotations</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=208">WWDC 2012: Saving and Restoring Application State on iOS</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=236">WWDC 2012: The Evolution of View Controllers on iOS</a>

<a target="_blank" href="https://developer.apple.com/videos/wwdc/2012/?id=218">WWDC 2012: Using iCloud with UIDocument</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=202">WWDC 2013: Accessibility in iOS</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=221">WWDC 2013: Advanced Techniques with UIKit Dynamics</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=220">WWDC 2013: Advanced Text Layouts and Effects with Text Kit</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=201">WWDC 2013: Building User Interfaces for iOS 7</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=214">WWDC 2013: Customizing Your App’s Appearance for iOS 7</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=217">WWDC 2013: Exploring Scroll Views on iOS 7</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=206">WWDC 2013: Getting Started with UIKit Dynamics</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=310">WWDC 2013: Harnessing iOS to Create Magic in Your Apps</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=228">WWDC 2013: Hidden Gems in Cocoa and Cocoa Touch</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=226">WWDC 2013: Implementing Engaging UI on iOS</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=614">WWDC 2013: Implementing OS X Push Notifications for Websites</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=210">WWDC 2013: Introducing Text Kit</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=219">WWDC 2013: Making Your App World-Ready</a>

<a target="_blank" href="https://developer.apple.com/wwdc/videos/?id=608">WWDC 2013: Preparing and Presenting Media for Accessibility</a>

上一篇: UNIX发展图

继续阅读