Apple's Liquid Glass Design in iOS 26 Sparks Divisive Reactions

Apple's Liquid Glass Design in iOS 26 Sparks Divisive Reactions
source: gettyimages
September 17, 2025

Two days after the global release of iOS 26, Apple's new Liquid Glass aesthetic has stirred up considerable debate across tech communities and social media. While new design changes often require an adjustment period, the reactions to Liquid Glass reveal a spectrum of opinions, from criticism to cautious optimism.

Common Criticisms of Liquid Glass

Many users have expressed frustration with the visual update, citing issues such as:

Optimistic Perspectives and Support

Despite abundant criticism, many users believe that with time, familiarity will improve the experience. Messaging on forums like MacRumors suggests:

> "You'll get used to it." > "It will become less jarring as we adapt."

Some users are genuinely positive about the new design:

Media & Historical Comparisons

The design upheaval echoes past major iOS updates, notably iOS 7, which famously discarded skeuomorphism for a flat aesthetic, drawing similar initial backlash before the design matured through updates.

A Reacting Community

Community threads often compare Liquid Glass to iOS 7, emphasizing that initial resistance is common and that Apple’s iterative approach generally fosters eventual acceptance.

> "We've seen similar reactions before; Apple tends to refine over time."

Tips for Users Struggling with Liquid Glass

While there’s no direct way to fully disable the Liquid Glass effect, users can:

Combining these options can substantially ease the visual strain caused by the new design.

Conclusion

Liquid Glass represents one of Apple's most ambitious and divisive aesthetic shifts. While it has garnered criticism for its visual and functional aspects, history suggests that Apple will continue refining this interface through updates. As with past major changes, user adaptation and software improvements are likely to shape its future reception.

---

What are your thoughts on Liquid Glass? Do you love or dislike the new look? Share your experience in the comments!

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 140 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6643851,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}