I am developing an IOS swift app with multiple pages requesting information from the user. One of the pages will request address and personal information on one page. Unfortunately it will not fit on one page on a smaller device. Should I use a scrollview to allow the user to scroll down and enter all required information?
Is there any other control you would recommend using.
Thanks in advance guys!