Skip to main content
1 vote
0 answers
114 views

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 ...
Sachin Gaikwad's user avatar
1 vote
1 answer
403 views

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 ...
Akash Sharma's user avatar
0 votes
0 answers
78 views

[![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 ...
Ravi's user avatar
  • 858
61 votes
3 answers
9k views

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 ...
knarz's user avatar
  • 823
1 vote
0 answers
1k views

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 ...
harunaga's user avatar
  • 161
0 votes
1 answer
55 views

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 ...
daniel's user avatar
  • 1,036
0 votes
0 answers
50 views

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 ...
blub's user avatar
  • 359
0 votes
1 answer
1k views

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. ...
user3051673's user avatar
0 votes
0 answers
382 views

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....
devjme's user avatar
  • 714
1 vote
1 answer
71 views

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 ...
sandy's user avatar
  • 13
1 vote
1 answer
2k views

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 ...
Lê Khánh Vinh's user avatar
-1 votes
1 answer
59 views

I want to change color of No Results in search controller. I can change the search table background color separate indexcolor.
shirish's user avatar
  • 11
0 votes
0 answers
69 views

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 ...
Nishanth's user avatar
0 votes
1 answer
55 views

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 ...
Ender's user avatar
  • 13
0 votes
1 answer
167 views

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(...
user1107173's user avatar
  • 10.8k

15 30 50 per page
1
2 3 4 5
55