If I have a viewController with it's XIB, autolayout enabled and the main view (I mean self.view) have a subview in it that have the same width and height as the parent.
If i put this controller inside an other controller (with the addchildController containment pattern), resizing the container of this controller the self.view of the inner controller change but the subview/subviews doesn't resizes! How can I do with that?
With autoresizingmask I know how to do that but I need to use auto layout!
Thanks for the help!