Attributes to manage the appearance of the collection view's layout.
SDK
- tvOS 13.0+
Framework
- TVUIKit
Declaration
class TVCollectionViewFullScreenLayoutAttributes : UICollection View Layout Attributes
Attributes to manage the appearance of the collection view's layout.
SDK
Framework
class TVCollectionViewFullScreenLayoutAttributes : UICollection View Layout Attributes
var content Bleed: UIEdge Insets
The amount of content that bleeds into the masked portions of the cell.
var corner Radius: CGFloat
The radius to use when drawing rounded corners for the cell.
var mask Amount: CGFloat
The amount of masking to apply to the cell.
var parallax Offset: CGFloat
The number of points by which to shift the background from the center when moving focus.
var normalized Position: CGFloat
A value that indicates the distance of the current cell from the collection view's center cell.
FullScreenLayout is a great new way to build and deliver and immersive content for tvOS apps.
class TVCollection View Full Screen Layout
A collection view layout that organizes items into a browsable, full-screen display format.
protocol TVCollection View Delegate Full Screen Layout
Methods that send notifications of events during cell transitions.
class TVCollection View Full Screen Cell
A full-screen cell used in full-screen display format.