Problem with Module 2 Quote App

Here is my Git repository:

In the QuoteListView.swift file the ScrollView() is not working.
I don’t know wether the problem is, that model.quote has no value
or I used wrong syntax.

I know there is a answer for this challenge, but I did it a bit different.
:slightly_smiling_face:

Hi @devdoshi

Welcome to the Code Crew community.

There is something weird with your project. Try re-creating it as an iOS App rather than a multiplatform App and drag all the assets and files in from the old project.

Thank you, it works now!