Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
SRGSSR/srgdataprovider-apple
404: Not Found
Github
link |
Stars: 0 |
Last commit: Yesterday |
You may find interesting
Dependencies
Releases
tvOS result specialization - 2021-02-12T12:22:41
Platform
- All requests on tvOS use the
tvplay
vector, which is used for big screen applications. Results may be tailored accordingly.
Updated requests
- The most searched shows request can be optionally filtered by transmission. Only TV and radio are supported at the moment.
- A default value of
.none
has been introduced for the media type in theshows(for:matchingQuery:mediaType:pageSize:)
request.
Breaking changes
-mostSearchedShowsForVendor:withCompletionBlock:
has been replaced with-mostSearchedShowsForVendor:matchingTransmission:withCompletionBlock:
. ThematchingTransmission:
parameter as been added. The corresponding Swift Combine method parameter is optional.-requestMostSearchedShowsForVendor:
has been replaced with-requestMostSearchedShowsForVendor:matchingTransmission:
.