UIKit Swift How-to UIKit Delegate Protocol Pattern public – 2 min read When you want to communicate between different screens it is very common to use one of the two patterns, either:… Aug 19, 2022 Arturo
SwiftUI UIKit How-to UIViewRepresentable not working with ScrollView - SwiftUI public – 1 min read Have you ever tried to wrap a UIKit view with SwiftUI? There is a weird behavior when using ScrollView that… Jul 27, 2022 Arturo
UIKit Swift Apple UIKit CheatSheet public – 1 min read This page contains boiler plate to reuse on different views, along with some explanations. Feel free to leave a comment… Jul 25, 2022 Arturo
How-to iOS macOS How to setup Fastlane public – 8 min read Fastlane might be just another setup at first, however the use case and benefits after install are definitely worth the… Jul 24, 2022 Arturo
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