Can I add Scroll views later

I created a basic calculations app. Now I want to include a scroll view to make it easier for the user. I am new to development so learning a lot. Can I change the current view to a scroll view, and how?

Will it be better to start from scratch?

Here is a screenshot of one page of the app.

Screen Shot 2017-07-05 at 18.23.50.png

Hi @andycapp

Unfortunately, you can’t convert your existing UIView to a UIScrollview. What you can do is select all your inner views and click Editor β†’ Embed In β†’ ScrollView. After that you will have to manually add autolayout constraints to them. Hope this is helpful.

Nikita

1 Like