- Passing Context Into Swift Codable Using UserInfo
I recently encountered a problem where I needed to provide a Codable type with more context than what was available in the JSON payload. This led me to discover the userInfo dictionary on the JSONDecoder type...
- 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...
- Easy Expanding/Collapsing TableViewCells
I noticed when using an app the other day that its UITableViewCells were increasing in size when touched, with the height increase also animated. I thought this would be quite difficult to achieve but after digging around it turns out that its quite simple...
- Raspberry Pi Temperature Sensor Web Server - Part 4 (iOS Swift App)
Finishing the project up by building the iOS app to read the temperature data from the already built web server...