I have a container view which is linked to a child view controller with embed segue and it is linked to another view controller(My View Controller) with push segue on a button.
My problem is; I can't display a subview that is added in container view in My View Controller with storyboard configuration like figure.
If I added one more same container view(Banner View Controller) before My View Controller, exists infinite loop.
How should i do to solve this issue?