Swift How-to SwiftUI Local Notifications - SwiftUI public – 8 min read This is more like a boilerplate to reuse in projects that covers local notifications for your project. By the end… Jul 3, 2022 Arturo
Swift XCode How-to Find the Document Directory of your iOS app public – 1 min read We can find the document directory in the following ways: iOS 16+ let documentDirectory = URL.documentsDirectory print("App's document directory:… Jul 3, 2022 Arturo
Swift SwiftUI How-to Realm + Swift public – 3 min read This is a practical guide on how to use Realm in a SwiftUI project. Jun 23, 2022 Arturo
Swift How-to Technology Constructors in Swift public – 1 min read Time after time we want to scale our app or provide more options to our functions that are not necessarily… Jun 18, 2022 Arturo
SwiftUI How-to Picker / Segmented Control - SwiftUI public – 2 min read Updated for iOS 15 Segmented control SwiftUI’s Picker can also be used to create segmented controls equivalent to UISegmentedControl… Jun 14, 2022 Arturo
Amplify AWS How-to Amplify API key not found public – 1 min read When this happens? When you push to an existing environment to update the api, you get an error saying "API… Mar 23, 2022 Arturo