View controller hierarchy is parallel to view hierarchy. I'm guessing you mean to put another view inside a view controller's main view. For that, add it as subview, disable TAMiC, and establish autolayout constraints between its edges and its superview's, then activate those constraints. (You can probably just change out the view for that other view instead, though.)