Posts

Post not yet marked as solved
1 Replies
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