- Fully Tappable Rows In SwiftUI Lists And My Journey To Them
In my new app BLE Discover, I set out to build a settings page with a fairly basic list of items, which when tapped present a new view modally. Seems easy enough right? Just add a tap gesture to each view in the list...
- Implementing Alternative App Icons In SwiftUI
For one of my personal apps, I wanted to do something fun and add alternate app icons. Well, it was really to try and decide which icon I liked best but anyways… turns out it's relatively easy to implement...