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 2, 2021 Arturo
SwiftUI Swift What is Codable in SwiftUI? public – 7 min read The Codable protocol is Apple’s contribution to a standardized approach to encoding and decoding data. That is especially true for the JSON data we get from REST APIs. Dec 29, 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 Swift SwiftUI Must know programming Basics public – 1 min read Learn the fundamentals of SwiftUI. Any Apple developer coding in SwiftUI should know this. Dec 28, 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