Re: UIView size after rotation

2011-03-30 Thread David Duncan
On Mar 30, 2011, at 4:19 AM, Remco Poelstra wrote: > In my UIVIewController > -(void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation > duration:(NSTimeInterval)duration, I need to know the size of the view after > it's rotated. Is there a way to calculate it if i

Re: UIView size after rotation

2011-03-30 Thread WT
On Mar 30, 2011, at 8:19 AM, Remco Poelstra wrote: > Hi, > > In my UIVIewController > -(void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation > duration:(NSTimeInterval)duration, I need to know the size of the view after > it's rotated. Is there a way to calculat

Re: UIView size after rotation

2011-03-30 Thread WT
On Mar 30, 2011, at 8:19 AM, Remco Poelstra wrote: > Hi, > > In my UIVIewController > -(void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation > duration:(NSTimeInterval)duration, I need to know the size of the view after > it's rotated. Is there a way to calculat

UIView size after rotation

2011-03-30 Thread Remco Poelstra
Hi, In my UIVIewController -(void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration, I need to know the size of the view after it's rotated. Is there a way to calculate it if it can not be requested? The view's bounds are still in