Hello everyone,
I'm trying to add one or more Custom info view controllers in my tvOS player. I created a new UIViewController class, I connected it to my Storyboard scene, in which inside is present a Collection view.
Inside the native player I'm calling:
playerController.customInfoViewControllers = [LocalChannelListController()]
Inside the player I can see now the new tab with the title that I assigned in my LocalChannelListController, but the content is empty.
Is there something else that I need to do in order to display the content of that controller?
[EDIT] Looks like I can't use Storyboard in order to create my custom UIKit interface. So creating programmatically the content with collection view, it will work properly.
Post
Replies
Boosts
Views
Activity
Hello everyone,
I'm encountering a weird issue. After that I started the catalog match, everything works good and I can obtain live result until I start an AVPlayer audio session.
In specific, I want to play a sound from a remote URL when a specific result is matched.
So when there is this match, I call a "playSound" function and after that, the matcher is not working anymore.
In specific I'm receiving the following error:
ShazamCustomRecognizer[3769:708996] [] [13:48:01.364] itemasync_SetProperty signalled err=-12785 (kCMBaseObjectError_Invalidated) (invalidated) at /Library/Caches/com.apple.xbs/Sources/CoreMedia_MediaToolboxEtc/CoreMedia-2896.2.1.1.6/Prototypes/Player/FigPlayer_Async.c:3466
Any idea? Thanks!