April 2020
Beginner
316 pages
8h 20m
English
Although SwiftUI is provisionally a UI framework, apps being built in SwiftUI will mostly be written in SwiftUI's syntax, so architecture patterns are just as important.
Looking back at the MVVM diagram in the previous section, how does a SwiftUI project sit within this pattern and do we need to make any changes to the way we work?
The answer is: NO, not really. SwiftUI conforms nicely to this pattern, which you can see in the following diagram:

As you can see from the diagram, the pattern is almost identical to the diagram for the MVVM pattern we saw earlier. From right to left, we have our SwiftUI frontend, which is bound ...
Read now
Unlock full access