views:

16

answers:

0

Ok, here's the setup:

-I have my main view controller. -Its one and only subview comes for another view controller that sets its own frame to (0, 0,
1024, 748). -My app is in landscape mode.

For some reason, the subview of my main view controller is being resized to something like (0, 0, 1280, 400) somewhere between after its initialized and when it's shown, and I don't know where. This is a stupid problem, and I don't know why it's happening!

Can anyone help?