Skip to main content
0 votes
0 answers
40 views

I have an app which has a search bar that appears in the navigation bar and my set up is a hybrid of SwiftUI and UIKit. I don't think this has bearing on the question at hand but here is my set up: I ...
Shawn Frank's user avatar
  • 5,303
0 votes
0 answers
41 views

I have an app which has a search bar that appears in the navigation bar and my set up is a hybrid of SwiftUI and UIKit. I don't think this has bearing on the question at hand but here is my set up: I ...
Shawn Frank's user avatar
  • 5,303
0 votes
0 answers
104 views

I have a UITableViewController with a UINavigationBar with the property : navigationBar.prefersLargeTitles = true navigationItem.largeTitleDisplayMode = .automatic I add in the UITableViewController ...
David Goncalves's user avatar
0 votes
1 answer
56 views

I want to add a search bar in the middle of the navigation bar like so : I was able to achieve the above screen with the following code : navigationItem.titleView = searchController.searchBar ...
Shahnas Ettool's user avatar
2 votes
0 answers
33 views

There's a page I'm designing that uses a search bar that's intended to work as a UISearchController. The search bar is positioned in the center of a view. When a user taps the search bar, I want the ...
Vandal's user avatar
  • 790
1 vote
1 answer
84 views

I am trying to show searchBar always visible that is in the navigation bar. Below UISearchController there are tableView/collectionView with mutliple cells. Now searchBar is not shown always, rather ...
Kazi Tanjim Shakib's user avatar
0 votes
1 answer
70 views

I have been search for over two days now and simply could't find an answer. Hope anyone out there can help? In short, the project I am working on holds a searchbar in its navigationbar. This ...
Stephanovits's user avatar
1 vote
1 answer
217 views

image 1 this is the initial estimated behaviour. image 2 after searchbar became active this is the behaviour. image 3 once after changing the orientation to landscape, keyboard dismissed along with ...
Balaji Royal's user avatar
0 votes
1 answer
99 views

I'm currently working with UISearchController and I've found out some awkward behavior of UISearchController. Previously I didn't know there was the showsSearchResultsController property which helps ...
NewBie's user avatar
  • 7
0 votes
1 answer
147 views

Currently, I have a note taking app with global text search feature. It is using standard UISearchController and able to provide the following UI outcome. However, I would also like to provide a in-...
Cheok Yan Cheng's user avatar
0 votes
1 answer
90 views

Implementation for search functionality using custom search view controller : final class MoviesViewController: UITableViewController, UISearchResultsUpdating { var movies = [...
Himan Dhawan's user avatar
0 votes
0 answers
71 views

The error: [Assert] Surprise! Activating a search controller whose navigation item is not at the top of the stack. This case needs examination in UIKit. items = (null), search hosting item = <...
Christian W's user avatar
1 vote
0 answers
498 views

I am working on a tvOS application with a UISearchController. I have a problem when the grid keyboard is selected in the settings (Settings->General->Keyboard Layout). Expected behavior When the ...
Woody's user avatar
  • 160
-1 votes
1 answer
92 views

I have a SearchController with a search bar that is currently hidden. I do not need the user to be able to type in it. As you can see, there is a blank space where the searchBar would be: Is there a ...
Patricio's user avatar
6 votes
1 answer
1k views

On iPad with iOS 16 searchController displaying on the right side. Like this: How can I return the searchController's "default" view? Like this:
Kren_DEL's user avatar
  • 105

15 30 50 per page
1
2 3 4 5
85