iOS App Development

Complex SwiftUI App Tutorial. Part 3. Actions

In this tutorial, we will add a ContextMenu to the grid items and implement actions for goals in our SwiftUI app. We will use Combine, Core Data and the MVVM pattern.

Alex Zarr
Level Up Coding
Published in
7 min readApr 20, 2021

--

Screenshot provided by the author

In this tutorial, we use the latest version of Xcode…

--

--