I have a uiview
with a button on that. When click on that button i am showing a subview
.
The subview contains a table view
and a search display controller
. when i enter something on search bar it will be showing the search result tableview
.
once search is done and going back to the superview and again come back to subview, the table view that displays all the records is not scrollable and also the search bar contains the text that has been entered before, that is search bar contains text but the tableview
is not search result table view.
This issue will not come if i click on Cancel button of searchbar, without clicking on cancel button if i go back to superview, the issue arises.