I have simple SearchViewController
with menu button at the top left corner.
Using SVRevealViewController
I automatically setup front view controller.
It works and looks like this:
but later on action from this controller I load this controller once again using sth like this:
revealViewController().setFrontViewController(UIStoryboard(name: "Search", bundle: nil).instantiateInitialViewController(), animated: true)
and then it looks like following:
and this is wrong. Why it happens like that?
My Search.storyboard is a PageViewController
with two types of pages. First of them is my SearchViewController
: