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
It would be great if someone can help me identify why is the content not scrolling for iPhone4s
Thanks in advance
No, it should not scroll automatically. You need to embed your view into a scroll view or (better) use table view.