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