Try this:
if #available(iOS 26.0, *) {
self.navigationItem.searchBarPlacementAllowsToolbarIntegration = false
}
it helped me.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: