www.nngroup.com/articles/liq...
This article sums up how Iโve been feeling these weeks: the #LiquidGlass is visually distracting, with performance, battery and readability issues, on top of that developers now have to test and maintain 2 different designs, it feels like design-first, usability-second๐ฅฒ. #iOS26
Building a new app using Apple Intelligence + SpeechTranscriber.
Supporting iOS 18 means extra work for AI fallbacks and two different design systems.
Going iOS 26-only helps me to stay sane ๐
but limits users.
What would you do? ๐ค
#iOSDev #IndieDev #AppleIntelligence
Using a #SwiftUI bindable Environment value to change the selectedTab from anywhere in the app, feels cleaner than creating an Observable class for just one property:
With #SwiftUI, I skip wireframes entirely.
Need a button? Code it.
A screen flow? Build and test it within minutes.
Designers can tweak values and fine-tune animations. โจFigma just canโt beat that.
#iosdev #wireframes #prototyping