This is my first application for iOS.
So I have a UIVIewController with a UITableView where I have integrated a UISearchBar and a
UIVIewController
UITableView
UISearchBar
I faced the same kind of problem What I did is from Interface builder selected my segue Its kind was "Present Modally" and its presentation was "Over current context"
i changed the presentation to "Default", and then it worked for me.