Swift Completion Handlers in Swift public – 2 min read Completion Handlers is not an easy concept if you are not good with closures. You can read the official docs… Aug 1, 2021 Arturo
SwiftUI Swift How-to Cross-platform App in SwiftUI using AWS Infrastructure 🔥 public – 1 min read Constantly updated This guide is private and copying it is not allowed. You can publish the link to this page… Jan 9, 2021 Arturo
SwiftUI Swift What is the @StateObject property wrapper? – SwiftUI public – 1 min read SwiftUI’s @StateObject property wrapper is designed to fill a very specific gap in state management: when you need to… Jan 3, 2021 Arturo
SwiftUI Swift Technology @SceneStorage vs @AppStorage (UserDefaults) - SwiftUI public – 4 min read SceneStorage In simple words, it saves the state of your app so when the app is killed or switched it… Jan 3, 2021 Arturo
SwiftUI Swift How-to How to Make a Sidebar Menu for macOS in SwiftUI public – 1 min read Sidebars are really useful for navigating on bigger screen such as iPad's and the Mac's. We are going to take… Jan 3, 2021 Arturo
SwiftUI Swift Design Patterns MVVM: A quick overview public – 4 min read Reactive programming and SwiftUI require the MVVM design pattern. The well-ordered and perhaps the most reusable way to organize your… Jan 2, 2021 Arturo