I have a view controller whose view has a container view as a subview. I set the initial frame of the container view in IB and later change it according to if an iAd loaded in a banner. If I add another subview to the view controller's view the container view's frame gets resized back to the frame set in IB.
I have no idea why this is happening and appreciate any help. I created a test app to eliminate all of the other variables so I know this is the situation.