IOS force hidden tab to adjust subviews after rotation

2013-08-01 Thread Trygve Inda
In my iOS app with two tabs, after the device is rotated, is there a way to force the hidden tab to re-layout its subviews BEFORE clicking that tab to make it visible? One of my tabs uses an image from another tab and I need it to adjust its frame rect. Thanks.

Re: IOS force hidden tab to adjust subviews after rotation

2013-08-01 Thread Kyle Sluder
On Thu, Aug 1, 2013, at 08:48 AM, Trygve Inda wrote: In my iOS app with two tabs, after the device is rotated, is there a way to force the hidden tab to re-layout its subviews BEFORE clicking that tab to make it visible? One of my tabs uses an image from another tab and I need it to adjust

Re: IOS force hidden tab to adjust subviews after rotation

2013-08-01 Thread Trygve Inda
On Thu, Aug 1, 2013, at 08:48 AM, Trygve Inda wrote: In my iOS app with two tabs, after the device is rotated, is there a way to force the hidden tab to re-layout its subviews BEFORE clicking that tab to make it visible? One of my tabs uses an image from another tab and I need it to

Re: IOS force hidden tab to adjust subviews after rotation

2013-08-01 Thread Kyle Sluder
On Aug 1, 2013, at 10:23 AM, Trygve Inda cocoa...@xericdesign.com wrote: On Thu, Aug 1, 2013, at 08:48 AM, Trygve Inda wrote: In my iOS app with two tabs, after the device is rotated, is there a way to force the hidden tab to re-layout its subviews BEFORE clicking that tab to make it