Swift How-to SwiftUI Local Notifications - SwiftUI public – 7 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
How-to Business Marketing Simple Ways to Use Data Analytics for Your Business Growth public – 3 min read Your business may generate more valuable data than you realize — much more. Every business has data available that can provide… Jun 22, 2022 Marcus Lansky Marcus Lansky
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