Looking for the same solution, any finding?
Post
Replies
Boosts
Views
Activity
Hi did you find the solution? I'm facing the same issues using SwiftUI
what I found so far:
On tvOS, start with a UISearchContainerViewController to manage the presentation of the search controller. See UIKit Catalog (tvOS): Creating and Customizing UIKit Controls to learn how to implement a search controller embedded inside a UISearchContainerViewController object.
link: https://developer.apple.com/documentation/uikit/uisearchcontroller
so we should use UISearchContainerViewController instead of using SearchViewController