@camsoft2000 This is a great write up thank you for sharing. I love seeing actual empirical evidence instead of just vibes that seem to have taken over the timeline for the last few months
@Barbapapapps Took a bit longer to build than I expected, but here's a nice little SwiftUI component that toggles between filter states and shows a sheet to select filter options https://t.co/aAP8QJiyub
Tab bars got a big overhaul with iOS 26.0 and Liquid Glass. Luckily SwiftUI makes it easy to build tab bars with dynamic toolbar accessories like this.
Check out the article to see how to build your own👇
Is anyone else struggling to keep up with all the recent developments in AI? This week alone with the new Codex app, gpt-5.3, Opus 4.6, agent integration in Xcode, the list goes on…
This tutorial from @write_to_disk shows how to build Liquid Glass–style toast notifications in SwiftUI using modern visual effects and modifiers, matching the iOS 26 design language.
https://t.co/9V8C2QZLwf
@seanallen_dev How do you make sure product quality doesn't degrade if you let go of code quality and readability though? Amount of new software is at an all time high, but I feel like quality has decreased dramatically
Codex and Claude Code have gotten very good at writing code with recent model generations, but I still review and edit most of its changes. I think having a mental understanding of the codebase will remain important for a long time, even as these tools get better.