- Orientation and rotation detection in SwiftUI for iOS... cough... with UIKit
I needed to know the rotation direction of the device when it switched between orientations, so I could rotate a 2d array. I wanted it to feel modern and easy to use with SwiftUI, here is my attempt...
- Show A List Of Bluetooth Devices Using SwiftUI
A long time ago I wrote a post about discovering BLE peripherals and displaying them in list form. That was way before SwiftUI though so I thought I'd revisit the idea, remaking the feature in the quickest and low complexity way possible to get started quickly...
- 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...