Swift: Should I use a UIScrollView to display multiple fields in a view?

I’m trying to create a sign up page for an app I’m creating. The fields that I want to use will take up more than the view.

My question is, would using a UIScrollView be the best thing to use when creating a sign up page with multiple fields or is there something else that I could possibly use that would be better?

Thanks!

I’ve included a design I done on Sketch that shows the fields I want to add.

I suggest you to try UITableView with static cell. It has its own scrollview and manage all layouts with this.