Contents

TVLockupView

A focusable view that presents main content, like a movie poster, and an optional header and footer.

Declaration

class TVLockupView

Overview

A TVLockupView object consists of three views that operate as a single view. The content view typically contains a media item image, like a movie poster, with additional information in the header and footer views. The TVLockupView object expands when it comes into focus, using focusSizeIncrease and contentSize to calculate the size increase. Provide sufficient focusSizeIncrease values so that your custom content doesn’t overlap other objects when the content comes into focus.

The following figure shows a TVLockupView object that’s in focus. The yellow, vertical bars indicate the space between views. The center view is in focus and has increased in size, expanding into the space between views. Views don’t move as other views come into focus.

[Image]

Topics

Setting view size

Adding subviews

See Also

Lockup views