Hi guys,
I have a form consisting of labels and boxes and it is larger than the iPad screen. All I need to be able to do is design the form and have it scroll vertically (just like scrolling down a webpage).
My first assumption was to use a UI Scroll View but I'm starting to think that is the wrong way to go about it. I can't get it to work for the life of me. Am I using the right thing?
I've tried a few configurations but my thoughts were to have this:
View Controller
->UIScrollView
--->View
------>Buttons, labels, etc
It's been awhile since I've done iOS dev so I know the issue is on my end but can someone clarify if I am on the right path? Thank you.
I have a form consisting of labels and boxes and it is larger than the iPad screen. All I need to be able to do is design the form and have it scroll vertically (just like scrolling down a webpage).
My first assumption was to use a UI Scroll View but I'm starting to think that is the wrong way to go about it. I can't get it to work for the life of me. Am I using the right thing?
I've tried a few configurations but my thoughts were to have this:
View Controller
->UIScrollView
--->View
------>Buttons, labels, etc
It's been awhile since I've done iOS dev so I know the issue is on my end but can someone clarify if I am on the right path? Thank you.