In order to view this lesson, you must purchase this course.
With our list built out in it's basic setup, we are now ready to enhance it by adding in some dynamic behavior that will show different text per row. We will be doing this by first introducing our <b>Company</b> model object and using an array to store dummy companies.
Next we create our form that allows us to create our company objects through our application. Let's present this form modally from the bottom of the screen, and also customize the UI to match our current theme. Using presentation modals is a common technique to switch the user into a different context to perform these types of tasks.