What’s New in TVMLKit
What’s New in TVMLKit
Web Inspector Enhancement
Data Binding
- Transformation of data to UI elements
- Separation of layout and application logic
- Reduces JavaScript code
- Children ( new )
- Generic form of item
binding
- Generates children of any element
- Works like items
binding
- Fragment ( new )
- Invisible element to help compartmentalize DOM
- Children of a fragment
are visible
- Work with children
binding
- Rules ( new )
- Refinement of UI based on data states
- Invisible element
- Operates on sibling elements
- Works with all playback experiences
- Provide
TVPlayer
and UIViewController
- Close analogue to TVMLKit JS APIs
- Limited JavaScript Bridge
TVPlayer
- Public
AVPlayer
adaptor to Playback Pipeline - Dispatch custom events to JavaScript
- KVO properties for changes from JavaScript
- Sequential playlist
- Implement your own playback UI
- Handle “should” events yourself