Finance How-to How to freeze your credit public – 1 min read Before we proceed with the steps, let's understand why should a person want to freeze the credit. What is a… Oct 9, 2022 Arturo
SwiftUI How-to Update views on ForEach using StateObject - SwiftUI public – 1 min read One of the beautiful things about SwiftUI is its useful managed state, by using an environment we can have live… Sep 23, 2022 Arturo
SwiftUI How-to How to ask the user to review your app public – 1 min read iOS 16+ If you import StoreKit into your SwiftUI app, you’ll gain access to an environment key called requestReview,… Sep 22, 2022 Arturo
SwiftUI How-to Share content using the system share sheet - SwiftUI public – 1 min read iOS 16+ SwiftUI’s ShareLink view makes it easy to share any kind of data from your app, as long… Sep 22, 2022 Arturo
SwiftUI How-to How to let the user paste data into your app public – 1 min read iOS 16+ SwiftUI has a dedicated PasteButton view that lets us receive any kind of data that conforms to the… Sep 22, 2022 Arturo
Apple XCode How-to How to configure App Groups - Apple public – 2 min read What are App Groups They enable communication and data sharing between multiple installed apps created by the same developer. An… Sep 21, 2022 Arturo