SwiftUI Technology Sheets in SwiftUI 📄 public – 2 min read SwiftUI’s sheets are used to present new view controllers modally over existing ones. Let's cover how to implement it simply and concise. Dec 26, 2020 Arturo
XCode macOS iOS How to take Screenshots on the iOS/mac/... Simulator 📸 paid – 1 min read Multiple ways to take screenshots BUT which one produces the best quality and captures the whole simulator? Here I cover specifically that one 🤓 Dec 26, 2020 Arturo
SwiftUI NavigationStack & NavigationLink in SwiftUI public – 3 min read There are many ways to interact with different screens (views), here I'll cover them all with examples and pictures. Simple and concise. Dec 26, 2020 Arturo
XCode Swift SwiftUI Todo in Xcode public – 2 min read Commenting notes around your project helps you and your colleagues keep track of work that has been done, and what work still needs to be done. Dec 26, 2020 Arturo
CocoaPods XCode SwiftUI How to use CocoaPods public – 2 min read From time to time I forget how to install or use CocoaPods, so in this guide I'll cover how to install it and how to use it. Dec 25, 2020 Arturo
SwiftUI XCode How-to How to choose color appearance in SwiftUI - Xcode paid – 1 min read You can get light or dark variant of a color declared in assets automatically in SwiftUI by switching on your phone theme. If you choose the dark mode on your phone, the color appearance will be Dark Appearance, if Light, then Light Appearance. Dec 24, 2020 Arturo