
iOS 26 Liquid Glass UI KitSwiftUI + UIKit + Web · 5 Skills · 67 Styles · 161 Rules
What's Included
- 5 Claude Code skills
- /liquid-glass-design — SwiftUI + UIKit + WidgetKit + CSS
- /ui-ux-pro-max — 161 rules + 67 styles + Design System Gen
- /ui-styling — shadcn/ui, Tailwind, React Native
- /design-system — tokens, CSS vars, theme switching
- /design — color psychology, hierarchy, typography
- Accessibility compliance patterns (Reduce Transparency)
- Performance optimization rules + benchmarks
- Free lifetime updates
Requirements
- Claude Code or any Claude API skill runner
- Xcode 26+ for iOS native development
- Any web stack for CSS adaptation
- Works on macOS, Windows, Linux
File size: 2.76 MB
People also ask — SEO, GEO, and answer engines
Questions this product page answers (for Google and AI search)
- iOS 26 Liquid Glass UI patterns SwiftUI
- Glassmorphism accessibility Dynamic Type iOS
- UIKit and SwiftUI glass design guidelines
Short answer (AEO snippet)
Five skills package Apple glass aesthetics, accessibility, and performance rules so UI reads native. Ios Liquid Glass Ui Kit — Gumroad on page ($29 one-time).
Apple Just Redesigned Everything. Your App Still Looks Like iOS 17.
iOS 26 Liquid Glass is the biggest visual shift since iOS 7. Blur, reflection, morphing, interactive materials — the entire UI paradigm changed overnight. Your users already updated. They're seeing Apple's apps with the new glass treatment. Then they open your app and it looks flat. Static. Last year.
You know you need to implement Liquid Glass. You read Apple's docs. And then you hit the wall: How do I make glass look right on older devices? Which glass variant do I use where? How do I handle Reduce Transparency? Why does my glass effect tank the frame rate? How do I replicate this on the web?
Apple's documentation covers the basics. It doesn't cover the 50 things that go wrong when you actually implement it. This kit does.
The iOS 26 Liquid Glass UI Kit is 5 Claude Code skills that give you everything Apple's docs don't: edge cases, accessibility compliance, performance optimization, web CSS adaptation, and a 67-style design system with 161 reasoning rules. You describe the component, you get production-ready code with the correct variant, proper fallbacks, and performance-safe implementation.
Example invocation:
/liquid-glass-design Navigation bar with blur effect for a fitness app. Needs to work on iPhone 12 and handle Reduce Transparency.
→ Correct glass variant recommendation (.regular)
→ SwiftUI production code with .glassEffect modifier
→ UIKit equivalent for legacy codebases
→ Reduce Transparency fallback (copy-ready)
→ Performance notes for iPhone 12 baseline
The Complete Toolkit
All 5 UI Skills
From glass implementation to complete design system generation.
/liquid-glass-designCore Liquid Glass Patterns
Every glass variant for SwiftUI, UIKit, WidgetKit, and web CSS. Accessibility fallbacks, performance rules, dark mode edge cases, and VoiceOver patterns — everything Apple's docs skip.
/ui-ux-pro-max161 Rules + 67 Styles
Design System Generator. Describe your app → recommended style from 67 options → full color palette, typography pairings, spacing scale, component specs, accessibility checklist.
/ui-stylingComponent Implementation
Translates design decisions into code. shadcn/ui components, Tailwind CSS utilities, React Native equivalents — correct implementation pattern for your specific stack.
/design-systemDesign Tokens & Themes
Design tokens as CSS custom properties and Swift constants, theme switching (light/dark/auto), token architecture that scales across teams and platforms.
/designBrand & Visual Hierarchy
Color psychology, typography pairing rules, visual hierarchy principles, spacing rhythm. The fundamentals that make glass effects feel intentional rather than decorative.
Variant Guide
When to Use Each Glass Variant
Apple gives you 5 variants. This kit tells you exactly which one to use and why.
.regularStandard surfaces — cards, navigation bars, general chromeLow.tinted()When glass should absorb underlying content colorLow.prominentModals and sheets that need visual priorityMedium.thinToolbars and secondary surfaces that shouldn't compete with contentVery low.interactive()Buttons and tappable elements with touch feedbackMediumPerformance
Frame Rate Rules
Glass is expensive. These are the rules that keep your app at 60fps.
1–3 glass elements per screen
More layers = compounding blur cost = frame drops on older devices
Never glass every list cell
100 cells × glass = guaranteed jank, use glass for containers only
Avoid deeply nested glass views
Nested blur stacks multiply GPU cost exponentially
Test on iPhone 12 minimum
Glass performance baseline — if it runs here, it runs everywhere
60fps target, ~15–30MB overhead
Per glass layer memory budget. Profile with Instruments.
Accessibility
Compliance Built In
Glass fails accessibility by default if you don't handle it. This kit ships every compliance pattern ready to copy.
Web Adaptation
CSS Liquid Glass
Replicate iOS 26's glass aesthetic on the web — including tinted variants, browser fallbacks, and compatibility matrix.
backdrop-filterblur(20px) saturate(180%)Core glass blur — primary implementationbackgroundrgba(255,255,255,0.12)Translucent fill layercolor-mix()in oklch, var(--bg) 80%, white 20%Tinted variant — absorbs content colorborder1px solid rgba(255,255,255,0.18)Specular highlight edge@supportsnot (backdrop-filter: blur())Fallback for non-supporting browsersDesign System Generator
67 Validated UI Styles
Not every app needs Liquid Glass. Describe yours — the skill recommends the right style and generates the full design system.
Frost Glass, Aurora Glass, Deep Space Glass
Neumorphic Light, Soft Pastel, Cotton Cloud
Pure Minimal, Mono, Swiss Grid
Raw Brutalist, Neo-Brutalist, Punk Interface
Obsidian, Carbon, Midnight Blue
Forest Calm, Ocean Depths, Desert Warm
Liquid Glass (iOS 26), Vibrancy (iOS 17), Material (iOS 15)
Each style generates:
Who This Kit Is For
iOS Developers
Implementing Liquid Glass in existing apps — need production patterns beyond Apple's docs.
SwiftUI Developers
Correct variant usage with accessibility and performance rules built into every snippet.
UIKit Developers
Legacy codebase compatibility via UIGlassEffect with the same quality standards.
Web Developers
Replicate iOS 26 glass aesthetic in CSS with browser compatibility and fallback patterns.
UI/UX Designers
Complete design system with tokens, typography pairings, and color palettes — any style.
Freelance Developers
Update client apps for iOS 26 fast — no guessing, no reading through documentation pages.
Frequently Asked Questions
Какво е iOS 26 Liquid Glass UI Kit?
iOS 26 Liquid Glass UI Kit е колекция от 5 умения за Claude Code за имплементиране на дизайн езика Liquid Glass на Apple за iOS 26. Покрива SwiftUI, UIKit, WidgetKit и CSS уеб адаптация с код готов за производство, шаблони за съответствие с достъпността, правила за оптимизация на производителността и генератор на дизайн система с 67 стила и 161 правила за UI разсъждение.
Какви са петте варианта на Liquid Glass и кога да използвам всеки?
Петте варианта са: .regular — стандартен за обичайни повърхности като карти и навигационни ленти. .tinted() — когато стъклото трябва да абсорбира цвета на основното съдържание. .prominent — за модали и листове, нуждаещи се от по-силен визуален приоритет. .thin — най-деликатният вариант за ленти с инструменти. .interactive() — за бутони и елементи за докосване.
Как наборът обработва достъпността при намаляване на прозрачността?
Умението liquid-glass-design включва пълен резервен код за намаляване на прозрачността. Когато е активирано, стъклените ефекти се заменят с непрозрачни алтернативи. Предоставя проверка на SwiftUI среда и еквивалент за UIKit, плюс насоки за коефициент на контраст WCAG AA.
Какви са правилата за производителност за Liquid Glass?
Ограничете стъклените елементи до 1–3 на екран, никога не прилагайте стъкло към всяка клетка в списък, избягвайте дълбоко вложени стъклени изгледи, тествайте на минимум iPhone 12. Целеви показатели: минимум 60fps, ~15–30MB допълнителни разходи за памет за всеки стъклен слой.
Мога ли да използвам този набор за уеб проекти?
Да. Умението liquid-glass-design включва CSS адаптации, използващи backdrop-filter: blur(20px) saturate(180%), color-mix() за оцветени варианти и резервни шаблони за неподдържащи браузъри.
Какви са 67-те UI стила в ui-ux-pro-max?
67 стила в 7 категории: Glassmorphism (Frost Glass, Aurora Glass, Deep Space Glass), Soft UI (Neumorphic Light, Soft Pastel), Minimalist (Pure Minimal, Swiss Grid), Brutalist (Raw Brutalist, Neo-Brutalist), Dark Premium (Obsidian, Carbon, Midnight Blue), Nature-Inspired (Forest Calm, Ocean Depths), iOS Native (Liquid Glass iOS 26, Vibrancy iOS 17, Material iOS 15). Всеки включва цветови палитри, типографски двойки, скали на разстоянието.
Как работи генераторът на дизайн система?
Опишете приложението си. Умението ui-ux-pro-max анализира изискванията спрямо 161 правила за дизайнерско разсъждение и препоръчва най-подходящия стил от 67 опции. Генерира пълна дизайн система: hex палитра, двойки Google Fonts, скала на разстоянието, спецификации на компонентите, контролен списък за достъпност.
Работи ли за UIKit legacy кодови бази?
Да. Умението liquid-glass-design покрива както модификаторите glassEffect в SwiftUI, така и API UIGlassEffect за UIKit.
Какво произвежда умението design-system?
Дизайн токени като CSS персонализирани свойства и Swift константи, пълна архитектура за превключване на теми (светла/тъмна/автоматична), конвенции за именуване на токени, слой на токени за компоненти. Генерира структура на файлове с токени, която можете да ангажирате директно в проекта си.
Полезен ли е този набор, ако приложението ми не е насочено към iOS 26?
Да. Умението ui-ux-pro-max работи за всяка версия на iOS, всяка платформа и всеки стек. Умението ui-styling генерира компоненти shadcn/ui, помощни програми Tailwind и еквиваленти за React Native.
One-Time Purchase
Everything Apple's Docs Don't Cover — $29
5 Claude Code skills. Glass variants, accessibility fallbacks, performance rules, CSS web adaptation, 67-style design system generator. Lifetime access, free updates.
Get Instant Access — $29Secure checkout via Gumroad · Instant digital delivery