tvOS 10.2
This article summarizes key developer-related features introduced in tvOS 10.2 and lists documents that describe new features in greater detail.
For late-breaking news and information about known issues, see tvOS downloads.
Accelerated Scrolling support in UIKit and TVMLKit apps
Scroll views on tvOS support accelerated scrolling when a scroll view includes a large amount of content. Accelerated scrolling is activated by continuously swiping the touch surface of the remote, or by resting a finger on the right side of the touch surface of the remote. When accelerated scrolling is enabled, scrolling is faster and an index is displayed. The user can jump between index sections by swiping the right side of the touch surface. Accelerated scrolling is always enabled on all scroll views.
Your app can customize the behavior of scroll views, table views, and collection views:
By default, a scroll view displays the index bar during accelerated scrolling. You can disable the index bar using the scroll view’s
indexDisplayMode
property.To provide section index titles for a
UITableView
object, implement thesectionIndexTitlesForTableView:
andtableView:sectionForSectionIndexTitle:atIndex:
methods on your table’s data source.To provide section index titles for a
UICollectionView
object, implement theindexTitlesForCollectionView:
method on your collection view’s data source.
Apple File System (APFS)
Apple File System is now the standard mass storage format. For more information, see Apple File System Guide.
VideoToolBox Framework
The VideoToolBox framework has been added to tvOS.
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-06-06