You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced SkipTracker to simplify the implementation of skip gestures.
Added skip methods that accept a Skip direction as a parameter. These methods are more ergonomic when the skip direction is determined programmatically, while the existing methods remain well-suited for UI-bound actions.
Made PlayerItem conform to Hashable, simplifying the adoption of Hashable in wrapper types.
Added methods to stop or close Picture in Picture without triggering restoration behavior.
Added methods to show or hide the user interface managed by a VisibilityTracker.
Breaking Changes
Core extensions previously defined on Array have been moved to Collection for broader applicability.
Removed the PictureInPicturePersistable.pictureInPictureDidClose() method.
Demo Improvements
Enabled support for skip gestures in the custom player layout.
Improved playlist management UI in the demo: it now supports inserting the same item multiple times, with control over both the insertion point and a multiplier.
URIs in the monitoring panel are now displayed in full without truncation.
Demo Fixes
Fixed high-speed capsule display issues on devices with a notch.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Improvements
SkipTracker
to simplify the implementation of skip gestures.Skip
direction as a parameter. These methods are more ergonomic when the skip direction is determined programmatically, while the existing methods remain well-suited for UI-bound actions.PlayerItem
conform toHashable
, simplifying the adoption ofHashable
in wrapper types.VisibilityTracker
.Breaking Changes
Array
have been moved toCollection
for broader applicability.PictureInPicturePersistable.pictureInPictureDidClose()
method.Demo Improvements
Demo Fixes
This discussion was created from the release Support for skip gestures.
Beta Was this translation helpful? Give feedback.
All reactions