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 2, 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 2, 2021 Arturo
How to Make a Bell Curve in Microsoft Excel 365 public – 1 min read This Article will teach you how to generate a normal distribution graph - also called normal curve, using the RANDARRAY… Dec 30, 2020 Arturo
SwiftUI What is @Published in SwiftUI? public – 1 min read @Published is one of the most useful property wrappers in SwiftUI, allowing us to create observable objects that automatically announce… Dec 29, 2020 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
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