Re: how to stack two views vertically (and resize properly)

2010-10-21 Thread Kyle Sluder
On Thu, Oct 21, 2010 at 10:10 PM, Wayne Shao wrote: > Hi, > > I have this layout:   A container view C, with two sub-views in vertical > order: a Box B on the top, and a WebView W at the bottom. > > Box B > --- > WebView W > > > In IB, I set the following resize property: > > B: fi

how to stack two views vertically (and resize properly)

2010-10-21 Thread Wayne Shao
Hi, I have this layout: A container view C, with two sub-views in vertical order: a Box B on the top, and a WebView W at the bottom. Box B --- WebView W In IB, I set the following resize property: B: fixed top edge and fix height, take whole width of the parent W: fixed botto