How to translate SwiftUI app (Localization) public – 4 min read XCode 13 now makes this process extremely easy, so let's cover from start to finish how to do this! 🤓 > Note:… Mar 8, 2022 Arturo
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
Swift How-to How to compare dates in Swift public – 1 min read Let's say you want to track x event the user do at x time/date, for instance track when certain… Dec 18, 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