ivanvorobei / SPStorkController

Now playing controller from Apple Music, Mail & Podcasts Apple's apps.
https://opensource.ivanvorobei.io
MIT License
2.74k stars 204 forks source link

Search bar jump down #68

Closed fawzialrifai closed 5 years ago

fawzialrifai commented 5 years ago

I have a UIViewController with UITableView and UISearchController, when I tap on search bar it jumps one row down. I created a very simple project you can check it. https://github.com/fawzirifai/TestingSearchBar/

ScreenRecording_04-30-2019-18-04-47

ivanvorobei commented 5 years ago

Good day, @fawzirifai ! I am tested project, thanks! I see this on iPhone X:

video 2

ivanvorobei commented 5 years ago

I see an incorrect Layout, and I think that the problem is in it. I will close your issue for now, but if you solve the problem, I can open it again and help you figure it out. Update your project to current status.

fawzialrifai commented 5 years ago

@IvanVorobei I added auto layout to the project, please check it now.

ivanvorobei commented 5 years ago

I am try to fix, but it not work.

Also I think not correctly set search bar to header, need use navigation (maybe without navigation bar view) after iOS 11.

See more examples how use search bar and search controller.

ivanvorobei commented 5 years ago

@fawzirifai I see project. You use UISearchController, but it incorrect. Search bar will be controlled by the controller. You need use simple UISearchBar.