SwiftUI How-to Different Types of Vibrations - Swift public – 1 min read We are gifted with a wide array of vibrations, from standard to customs. Let's take a look at the simple,… Feb 21, 2022 Arturo
SwiftUI How-to SwiftUI Buttons & Toggles public – 3 min read This is an up-to date documentation with examples on how to create buttons in SwiftUI. Target iOS is 15+ The… Feb 17, 2022 Arturo
SwiftUI How-to Stepper - SwiftUI public – 1 min read SwiftUI’s Stepper control lets users select values from a range we specify. The following example shows a stepper that… Dec 20, 2021 Arturo
SwiftUI How-to How to reuse views using @ViewBuilder - SwiftUI public – 1 min read The body property of any SwiftUI automatically gets the ability to return different views thanks to a special attributed called… Dec 17, 2021 Arturo
SwiftUI How-to Load Safari inside app - SwiftUI public – 1 min read Load Safari as a fullScreenCover inside of your application. import SwiftUI import SafariServices struct SFSafariViewWrapper: UIViewControllerRepresentable { let url: URL func… Oct 14, 2021 Arturo
SwiftUI How-to In-App Purchases - StoreKit with SwiftUI public – 4 min read Updated: Jul 8, 2022 I will be following the official doc. provided by apple, of course in this post I… Sep 25, 2021 Arturo