PinnedFederica Benacquista·Mar 26, 2023What is MVVM and how the hell does it work?As soon as I started learning SwiftUI, I just focused on how to build nice views and all of the stuff that brings all the newbies and us…
PinnedFederica Benacquista·May 31, 2022How to change a List’s background color in SwiftUIIn my journey in learning SwiftUI I’m encountering small issues like not knowing how to change the background color of a List.A response icon3A response icon3
Federica Benacquista·Aug 7, 2023How to make Buttons detect tap, double tap and long press gestures in SwiftUIAhhh taps, such an easy task. Well at least until making them work properly confused the hell out of me.A response icon1A response icon1
Federica Benacquista·Mar 29, 2022How to create a scrollable grid in SwiftUI using LazyHGridThe above layout may seem pretty easy to achieve -and, trust me, it is. At first, however, I struggled a bit to get it right.
Federica Benacquista·Feb 13, 2022App Tracking Transparency in iOS 15 (Swift & SwiftUI)I recently tried to publish an app where I implemented the ATT popup in a common view controller.A response icon1A response icon1
Federica Benacquista·Jun 9, 2021How to localize an iOS app programmatically (made easy)Sometimes we want our apps to support multiple languages to reach a higher audience.A response icon3A response icon3
Federica Benacquista·May 14, 2021The ternary operator in SwiftDo you remember those notes kids would pass around when we were in middle school asking “Do you like me”?A response icon2A response icon2
Federica Benacquista·Dec 26, 2020List of the official iOS keyboards’ heights (and how to calculate them)Recently I have been working on a custom keyboard extension. I wanted it to be of the same dimension of the original iOS keyboard. So…