Just create your searchVC as UIsearchTab like this and it will automatically separate the search tab from the tab bar.
And to automatically minimize on scroll up/down just put
if #available(iOS 26.0, *) {
searchTab.automaticallyActivatesSearch = true
self.tabBarMinimizeBehavior = .onScrollUp
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: