Contents of UIViewController not adapting to iPhone 4s layout

93 Views Asked by At

I have a view controller with some fixed labels, steppers etc. The layout looks fine in iPhone5, 6/6 plus, but when i try in iPhone4s the view just doesnt scroll down to show other content.

Should the scrollbar not appear automatically when the content does not fit in screen size?

Here is how the layout in iPhone 4s looks along with how it should actually look

enter image description here

It would be great if someone can help me identify why is the content not scrolling for iPhone4s

Thanks in advance

1

There are 1 best solutions below

4
On

No, it should not scroll automatically. You need to embed your view into a scroll view or (better) use table view.