iOS App Development

Complex SwiftUI App Tutorial. Part 2. Main View

In this tutorial, we will add a view and its viewModel for the main screen of our SwiftUI app. We will use Combine, Core Data, MVVM pattern and Protocols.

Alex Zarr
7 min readMar 9, 2021

--

Screenshot provided by the author

In this tutorial, we use the latest version of Xcode (12.4) and…

--

--