After much reading through the documentation, I am clueless in a design related issue. My problem is as given below:
There is one main UIView viewMain that has three UIView in it
1. viewheader
2. viewDetails
3. ViewBottom
My application requires that sometimes based on contents of the viewHeader and viewDetails may increase more space than given in design time like some labels may go in more than two lines etc
Is it possible at design time that when the subviews in viewHeader and viewDetails resizes these two views also resizes so that viewDetails move some space down so as to make room for viewHeader. Same is expected for viewBottom
It seems to me that I am still not able to understand the autoresizing behaviour of views and their containers
Thanks
Arnieterm
There is one main UIView viewMain that has three UIView in it
1. viewheader
2. viewDetails
3. ViewBottom
My application requires that sometimes based on contents of the viewHeader and viewDetails may increase more space than given in design time like some labels may go in more than two lines etc
Is it possible at design time that when the subviews in viewHeader and viewDetails resizes these two views also resizes so that viewDetails move some space down so as to make room for viewHeader. Same is expected for viewBottom
It seems to me that I am still not able to understand the autoresizing behaviour of views and their containers
Thanks
Arnieterm