I am trying to seque from a view controller to a uisearchbar that has focus or is animated.
The uisearchbar and uisearchdisplay is part of a uitableviewcontroller.
Example:
- ViewController A has a search button that will segue to ViewController B.
- ViewController B is a TableViewController with a SearchBar and Search Display Controller.
- When the segue is preformed want the Search Display Controller to be animated on View Controller B
Let me know if anyone needs more details.