I have a navigationBar with largeTitle and searchcontroller and my tableView has a refreshcontrol.
When I pull to refresh the activityIndicator of refreshcontrol di
Try to use this code snippet:
self.navigationController?.navigationBar.prefersLargeTitles = false self.navigationController?.navigationBar.prefersLargeTitles = true;