for question about autorotation
Posted
by user177893
on Stack Overflow
See other posts from Stack Overflow
or by user177893
Published on 2009-10-31T12:06:55Z
Indexed on
2010/04/21
4:33 UTC
Read the original article
Hit count: 283
iphone
my superview is UItabelview and my subviews are UITabelview and UIDatePicker. for my subviews didn't able to call
- (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration
why? bcoz this method calls when view rotates and at that time i want to set autoresizingmask method for that view so that when my subview rotates from Portrait to landscape mode it's view resizes automatically?
© Stack Overflow or respective owner