Creating an object with user input

Hello,

I just started learning Swift and I'm currently making an app.

In my app, I want users to input Moive's name, the director's name and how many stars they'll give to a movie using TextField and store this info by making an object and display it in another view.

Is this possible?

If yes, then how?

Creating an object with user input
 
 
Q