SwiftUI Swift Technology SceneStorage vs AppStorage - SwiftUI public – 1 min read SceneStorageIn simple words, it saves the state of your app so when the app is killed or switched it comes… Jan 03, 2021 Arturo
SwiftUI Swift How-to How to Make a Sidebar Menu for macOS in SwiftUI paid – 1 min read Sidebars are really useful for navigating on bigger screen such as iPad's and the Mac's. We are going to take… Jan 03, 2021 Arturo
SwiftUI Swift Design Patterns MVVM: A quick overview public – 4 min read Reactive programming and SwiftUI require the MVVM design pattern. The well-ordered and perhaps the most reusable way to organize your… Jan 02, 2021 Arturo
SwiftUI Swift How-to How to create a Cross-Platform SwiftUI Project public – 1 min read This tutorial requires Xcode 12 +, macOS 11.0 Big Sur +, and iOS 14 +.This is very easy and takes less… Jan 02, 2021 Arturo
Technology How-to How to remove a Virus from an iPhone or iPad public – 4 min read Despite contrary believes, iOS malwares exist, but they are rare. I’ll cover now how to check an iPhone or… Dec 28, 2020 Arturo
Apple Technology Swift No suitable application records were found. Verify your bundle identifier ‘...’ is correct public – 1 min read This happens when you try to upload an new app directly from Xcode to the App Store. Here's how to fix it Dec 28, 2020 Arturo
SwiftUI Technology Sheets in SwiftUI 📄 paid – 1 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
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
Apple Swift SwiftUI How to create a bundle id for an iOS app (App Store) paid – 1 min read The steps are very easy, follow them as shown below Dec 21, 2020 Arturo
Technology How to format (pretty) markdown code public – 1 min read IntroductionWriting in markdown is a joy, however, writing code is not. Here is how you can "prettify" your markdown code.… Sep 28, 2018 Arturo
Opinions Technology Why I stopped using CLOUD STORAGE and you should too! public – 1 min read Let's start by saying that I'm a big far of the cloud. I used to use it every day. Now… Jul 17, 2018 Arturo