I made simple design in .xib
, deployment target for my app is iOS 5
My view doesn't resizes, when i run my app in simulator or device.
here is snapshot of my .xib
file..
When i try to run my app in simulator, it runs properly in the simulator of 4", but it does not resizes, when i run my app in the simulator of 3.5". Autoresize subview property is checked.
Here is snapshot of my Simulaotrs
, first screenshot is for 3.5" and second for 4"..
Thanks in advance.
if you want to autoresize and autoorder the icons referencing to the upper view, try to play either with the layout tab
or create for each layout own .xib ;)