In my project i've got the following view controller setup :
I've got custom tabbar controller with sections ( as you can see on storyboards ) and each section has it's own navigation controller, who's view is being add as a subview ti custom tabbar controller ( with all nessesary preparations with child view controllers ).
In this architecture i also got base navigation controller - left most - it provides push segues, that covers my custom tabbar ( like Instagram does while detailing a post ). Unfortunately, sometimes viewcontrollers, that are pushed from inner controllers ( such collection view controller right-most) strangely freese and don't respond to user tap. This issue also happens when returning back from post detailing. What can cause this issue? Thanks in advance.