SwiftUI How-to VStack fill the width of the screen - SwiftUI public – 1 min read Generally when we use VStack with few views we observed that there is some empty place left, here's how you… Sep 17, 2022 Arturo
SwiftUI How-to Navigation bar in SwiftUI public – 3 min read In iOS 16, SwiftUI got a way to change the navigation bar color with the new modifier, .toolbarBackground Basic usage… Sep 14, 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
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 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
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