Re: UISplitViewController + UIView on UIWindow

2011-09-14 Thread David Duncan
Check the WWDC videos from this year, specifically the ones on View controllers. On Sep 14, 2011, at 10:44 AM, Flavio ceolin wrote: > Thanks for the reply David. > > So, do you know if there is another way to do something like that ? > > On Wed, Sep 14, 2011 at 2:31 PM, David Duncan wrote: > O

Re: UISplitViewController + UIView on UIWindow

2011-09-14 Thread Flavio ceolin
Thanks for the reply David. So, do you know if there is another way to do something like that ? On Wed, Sep 14, 2011 at 2:31 PM, David Duncan wrote: > On Sep 14, 2011, at 10:06 AM, Flavio ceolin wrote: > > > Hello folks, > > > > I'm trying to put an UIView (such as footer) on an UIWindow below t

Re: UISplitViewController + UIView on UIWindow

2011-09-14 Thread David Duncan
On Sep 14, 2011, at 10:06 AM, Flavio ceolin wrote: > Hello folks, > > I'm trying to put an UIView (such as footer) on an UIWindow below the > UISplitViewController, but until now I had no success. This is expected, as the split view controller expects to own the entire window's content area. E