Skip to main content

All Questions

Tagged with
0 votes
3 answers
595 views

Weired animation of tableview and searchbar of UISearchController embed in navigationbar

I've embed UISearchController into the navigationbar and my view controller has the table view. When I click on searchbar and keyboard appears tableview and searchbar does not animate smoothly. It ...
Ketan Parmar's user avatar
  • 27.4k
0 votes
1 answer
324 views

UISearchbar UI in iOS 12 and 13 are different and not correct

The UI in my searchbar is behaving differently than expected. I want it to look like this: In iOS 13 it looks like this: And in iOS 12 it looks like this: I am configuring the searchbar in ...
SamSwift's user avatar
0 votes
1 answer
263 views

How to add "close (pull down) indicator (line)" above the search field in iOS 13

How to add the "pull down" indicator above search in iOS 13 like it made in map app.
Bob K.'s user avatar
  • 3
-1 votes
1 answer
149 views

UISearchBar And UISearchBarTextField heigh on different IOS versions

I have used a UISearchbar in a controller. When I test it in IOS 13 UISearchBar height is 56 and UISearchBarTextField heigh is 36 but When I test in IOS 10.3 UISearchBar heght is 44 and TextField ...
ahmetvefa53's user avatar
2 votes
2 answers
437 views

iOS13 - UITableView + UISearchController with custom hidesSearchBarWhenScrolling behavior

On iOS 13, if you set hidesSearchBarWhenScrolling to true, the view controller will hide the search bar, and you have to scroll down to reveal it. If you set it to false then it is immediately shown ...
Zsolt's user avatar
  • 3,720
2 votes
1 answer
844 views

How to show UISearchToken in suggested searches list when user taps on searchbar?

Apple has announced new UIsearch bar api in WWDC 2019 : Modernizing Your UI for iOS 13. There we got to know new api for adding search tokens in search bar. but I wonder how we can achieve the ...
Nitesh's user avatar
  • 1,974
3 votes
1 answer
285 views

UISearchBar background color not working with minimal searchBarStyle

I have a UISearchBar to which I want to set a white background. Since I want to set a custom border, I choose the minimal value for searchBarStyle. I can obtain a white background by setting ...
francybiga's user avatar
  • 1,108
9 votes
0 answers
805 views

Is it possible to add a voice dictation (mic icon) button to UISearchBar in iOS 13?

In iOS 13, Apple's own apps include mic buttons in search bars (for example, see attached image) that allow the user to begin voice dictation directly rather than having to first bring up the keyboard ...
David Steppenbeck's user avatar
11 votes
2 answers
3k views

UISearchBar iOS 13 voice dictation button

iOS 13 has voice dictation button in UISearchBar in all system applications, which duplicates mic button on system keyboard and shows dictation view: But when I create new project in Xcode, add ...
Alexey Saechnikov's user avatar
0 votes
0 answers
341 views

iOS 13 - Search Bar not hidden on view display

I am in the process of moving apps to iOS 13. I have many table view controllers in my app, and most have Search Controllers defined. When I run the apps in iOS 12, when the table view controllers ...
DaveDude's user avatar
  • 295
0 votes
0 answers
322 views

UINavigationBar turns white and won't close when using navigationItem.searchController in iOS 13

I am having trouble using navigationItem.searchController in iOS 13. The search bar of the search controller is initially closed, but it won't collapse back after I scroll the table view. It 'bounces' ...
Jay Lee's user avatar
  • 1,854
2 votes
2 answers
890 views

iOS 13: Searchbar crashing when cancel is hit repeatedly

I'm getting a crash when users click the cancel button repeatedly: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Nested internal _UISearchBar transitions ...
Vipin's user avatar
  • 51
7 votes
5 answers
6k views

Changing Search Bar placeholder text colour in iOS 13

I'm trying to set colour for placeholder text inside UISearchbar. Right now I've following code. It doesn't set white colour to placeholder text on iOS 13. It works on iOS 12. It seems something is ...
Raymond's user avatar
  • 1,199
4 votes
0 answers
604 views

NavigationBar title overlapped with new opened VC after active and cancel search bar in 1st VC

I have a navigation bar which includes a search bar to filter the table data in current VC, let's call it 1st VC. And the steps is active this search bar and cancel it. Then click any row of ...
Zhou Haibo's user avatar
  • 1,970
1 vote
1 answer
256 views

iOS 13 - When Search Active Push to other VC then that VC UITableView goes under the NavigationBar in Swift 4

I have check this in iOS 12 it's working fine. Issue is when I am going to search and push to second VC it working fine. when I back and again push to second VC then UITableview goes under the ...
Yogesh Patel's user avatar

15 30 50 per page