821 questions
1 vote
0 answers
114 views
How to change display orientation from horizontal to vertical programmatically and rotate camera view accordingly?
I have a project where I need to dynamically change the display orientation from horizontal to vertical programmatically. The goal is to switch the display's view. Additionally, I want to incorporate ...
1 vote
1 answer
403 views
iOS app crashed with error UISearchDisplayControllerNoLongerSupported
I have uploaded an iOS app on the app store. The development build is working perfectly fine and there was no error while debugging the same app in Xcode. But when the app is live on the app store and ...
0 votes
0 answers
78 views
iOS Search bar mess up with Navigation bar
[![enter image description here][1]][1]I am facing issue with UISearchBar & UISearchDisplayController. When I click on searcher then it messes up with the Navigation bar. I have tried to fix with ...
61 votes
3 answers
9k views
Installed App from TestFlight crashes due to alleged UISearchDisplayController
I implemented Dark Mode with the current beta version of Xcode in a relatively old app. I uploaded these to TestFlight for my testers. However, this crashes immediately for anyone who has the public ...
1 vote
0 answers
1k views
scope button of UISearchBar does not work on IOS 13 when using UISearchDisplayController
I have to maintain a quite old and large objective-c project. Every thing works fine until iOS12 but from iOS13 the scope-button-bar of UISearchBar does not work with UISearchDisplayController. I ...
0 votes
1 answer
55 views
What good is Search Bar with Search Display Controller if UISearchDisplayController is deprecated?
In the Xcode Library, there is a Search Bar control and a Search Bar with Search Display Controller control. UISearchDisplayController was deprecated in iOS 8. What good is Search Bar with Search ...
0 votes
0 answers
50 views
dismiss searchDisplayController with searchbar not working
I try to dismiss the searchDisplayController of my master-detail view. So i tried a lot and googleing around but nothing works for me. self.searchDisplayController.active = NO; The situation i have ...
0 votes
1 answer
1k views
How to use Search bar with Navigaitonbar
I have successfully get UISearchController to work in a new project, but when I am trying to do the same thing in my own project, it behaves differently. This is what I have done to get it to work. ...
0 votes
0 answers
382 views
Scopebar hide / show UISearchController
I want to have a button that hides and shows the scope bar. Seems simple. But It only works before an actual search. After searching the animation happens to show the search bar, but it isn't there....
1 vote
1 answer
71 views
Does any one know how to implement to display the list of contacts from phone book from search bar in a tableview cell?
How to achieve the UI attached in a screenshot? . I have a tableview and multi custom cells inside it.From One custom cell, while searching the name or phone number i want to display the contacts ...
1 vote
1 answer
2k views
IOS display array of last 10 search string when click at UISearchBar
I'm I'm developing an app with UICollectionViewController. I'm implementing a search feature with UISearchController. Here is what I have done: var searchController: UISearchController! override ...
-1 votes
1 answer
59 views
I want to Change Color of 'No Results' in Searchdisplaycontroller
I want to change color of No Results in search controller. I can change the search table background color separate indexcolor.
0 votes
0 answers
69 views
Values changing in tableview after performing search
I'm getting correct data after loading the page as shown in this screen getting correct data even after performing search like this image but after search is cancelled im getting wrong data (label ...
0 votes
1 answer
55 views
search bar color is not exact in seacrhDisplayController
I have search bar in my app and the problem is when I click to start typing the search bar change color. I wanted to set it programatically (via self.seacrhDisplayController.searchBar), but it is read ...
0 votes
1 answer
167 views
Xcode 8: Adding UISearchBarController to UITableViewHeaderFooterView crash: nib must contain exactly one top level object
I am building my Section Header View in a XIB file: It's a XIB file that consists of a UISearchBarController inside a UIView I register it in viewDidLoad in a tableViewController: tableView.register(...