Uitableview vs Uiscrollview which is the best option - Swift

Asked

Viewed 41 times

0

Hello, I have the following doubt, has any problem (and a good practice) I use a Uitableview to create the layout of my apps or would it be more recommended I use a Uiview with a Uiscrollview, whereas these layout may or may not contain input fields as textfields,date field.... etc.

Note: I am creating my layouts programmatically

Thank you

1 answer

0


Depending on the screen, if it is a screen where nothing repeats, it is preferable to use a scrollview. But if it is a registration screen, for example, that multiple items repeat, tableview or colection view is more advised and even easier to do.

  • 1

    That’s what I was thinking, vlws for the answer

Browser other questions tagged

You are not signed in. Login or sign up in order to post.