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
XCode Apple How-to How to add Associated Domains - Apple public – 4 min read Updated for Xcode 14 - SwiftUI What are Associated Domains? With Associated Domains you can connect your app and a… Sep 19, 2022 Arturo
SwiftUI How-to Enable text selection for non-editable text public – 1 min read To enable text selection for SwiftUI Text views we can use textSelection() modifier and set it to enabled. This modifier… Sep 18, 2022 Arturo
SwiftUI How-to How to hide the home indicator - SwiftUI public – 1 min read iOS 16+ To Hide Bottom home indicator line on SwiftUI use .persistentSystemOverlays(.hidden). It also support animation. First it will… Sep 17, 2022 Arturo
SwiftUI How-to VStack fill the width of the screen - SwiftUI public – 1 min read Generally when we use VStack with few views we observed that there is some empty place left, here's how you… Sep 17, 2022 Arturo
SwiftUI How-to Navigation bar in SwiftUI public – 3 min read In iOS 16, SwiftUI got a way to change the navigation bar color with the new modifier, .toolbarBackground Basic usage… Sep 14, 2022 Arturo