hello,

sorry, this is probably a very simple thing, but i am quite puzzled right now.

when i do this in my view controller:

- 
(void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
 {
        CGSize size = self.view.frame.size;
        NSLog(NSStringFromCGSize(size));
}

the size is always {768, 1024}, regardless of the orientation. why is it not 
{1024, 768} in landscape mode? The view definitely changes its size, since it 
always fills the full screen...

Thanks and regards,
Sebastian Mecklenburg_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to