ios - UISearchBar hides behind UISearchController view -


i have implemented custom uisearchbar , custom uisearchcontroller. both reside inside uitableviewcontroller controlled uinavigationcontroller.

the animation of dismissing uisearchbar should move uisearchcontroller doesn't hides uisearchbar behind uisearchcontroller in image attached. couldn't figure out causes issue , idea welcome

uisearchbar behind uisearchcontroller

apparently issue caused calling reloadtable hosting table of uisearchcontroller. updating table after uisearchcontroller dismissed , not beforehand resolves issue.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -