PinnedWhat 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…Mar 26, 2023Mar 26, 2023
PinnedHow 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.May 31, 20223May 31, 20223
How 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.Aug 7, 2023Aug 7, 2023
How 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.Mar 29, 2022Mar 29, 2022
App 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.Feb 13, 2022Feb 13, 2022
How to localize an iOS app programmatically (made easy)Sometimes we want our apps to support multiple languages to reach a higher audience.Jun 9, 20213Jun 9, 20213
The ternary operator in SwiftDo you remember those notes kids would pass around when we were in middle school asking “Do you like me”?May 14, 20212May 14, 20212
List 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…Dec 26, 2020Dec 26, 2020