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
apparently issue caused calling reloadtable hosting table of uisearchcontroller. updating table after uisearchcontroller dismissed , not beforehand resolves issue.

Comments
Post a Comment