FPScrollingBanner icon indicating copy to clipboard operation
FPScrollingBanner copied to clipboard

This Objective-C control implements Scrolling Inset Banner appearance for tvOS apps

FPScrollingBanner

This repo is attemt to create sliding UIImageViews like Scrolling Inset Banner at Apple TV's Top Shelf (https://developer.apple.com/tvos/human-interface-guidelines/icons-and-images/#layered-images).

Demo

Current feauters:

  • tvOS 9.0+ support
  • Any number of items (the best result with >= 3 items)
  • Infinitive scrolling

Recommended control size: 1920x600

Recommended images size: 1710x540

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

This control is build for tvOS 9.0+.

Installation

FPScrollingBanner is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "FPScrollingBanner"

Author

Filipp, [email protected]

License

FPScrollingBanner is available under the MIT license. See the LICENSE file for more info.