Skip to main content
0 votes
1 answer
120 views

In iOS 26 navigationItem.searchController.searchBar.searchTextFIeld.backgroundColor is only affected if navigationItem.hidesSearchBarWhenScrolling is set to false (which is not what I want). However, ...
Merricat's user avatar
  • 2,890
0 votes
0 answers
41 views

To make "Cancel" button has bigger font on enlarged fonts (Setting->Accessibility) I modify UISearchBar In general solution works like: func searchBarTextDidBeginEditing(_ searchBar: ...
Konstantin.Efimenko's user avatar
0 votes
0 answers
70 views

I’m trying to display a search bar directly inside the navigation bar (not below it), so it stays visible all the time — similar to Telegram’s design. When I assign the search bar to the navigation ...
Aziz Bibitov's user avatar
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
1 answer
44 views

I’m trying to customize the appearance of a UITextField inside a UISearchBar. Specifically, I want to change the background color and other style properties. I am using the following code to make some ...
ezgi özkan's user avatar
-2 votes
2 answers
73 views

an image is worth a thousand word, please see the attached image. This is a mobile app that I am developing. There is visually that thin line between the navigation bar and search bar, but I have ...
Bosco Tsin's user avatar
1 vote
1 answer
73 views

[enter image description here](https://i.sstatic.net/tCkIRzOy.png) I like how the search bar on my iPhone's safari is below and the box gets bigger and smaller in real time when I scroll, so it doesn'...
decaffeineOnly's user avatar
0 votes
2 answers
838 views

Since viewIsAppearing() appeared, I am using addSubview() in viewDidLoad() and applying Constraint in viewIsAppearing(). I placed the SearchBar at the bottom of the screen, and used ...
Joon's user avatar
  • 11
0 votes
0 answers
60 views

I have two view controller . In first view controller I have table view with cell and search bar on top . The second view controller I have back button to go back to first view controller. The problem ...
user avatar
0 votes
0 answers
48 views

I have created the search bar programatically and I am expecting to filter the data when the text is enter into search bar. Problem is not filtering the data although I have data already downloaded ...
user avatar
0 votes
1 answer
54 views

I have created a search bar programmatically and I also defined the search function as well. But the problem is when I enter the text into the search bar, it is not filtering the data. I have set the ...
user avatar
2 votes
1 answer
718 views

Add a UISearchBar to your storyboard. Note that this QA is only about UISearchBar and is not about UISearchController. Confusingly there's a voice/mic icon on the right: As far as I can tell, this ...
Fattie's user avatar
  • 9,770
1 vote
1 answer
128 views

I'm trying to create a search bar with a listener to perform real-time searching and filtering of data in javafx. The dataSearch method should be triggered when I click the execute button that starts ...
phamnguyen's user avatar
1 vote
0 answers
36 views

so i made this file system for my website. in the folder.php file theres a working search bar while the one inside my subfolder.php file for some reason doesnt work and idk how to fix it. if i put a ...
Psycho_SavekillqqpYTRB's user avatar

15 30 50 per page
1
2 3 4 5
247