Skip to content

feat(ios): iosGlassEffect for iOS 26#10785

Closed
NathanWalker wants to merge 4 commits into
mainfrom
feat/ios26-glass-effects
Closed

feat(ios): iosGlassEffect for iOS 26#10785
NathanWalker wants to merge 4 commits into
mainfrom
feat/ios26-glass-effects

Conversation

@NathanWalker

@NathanWalker NathanWalker commented Aug 21, 2025

Copy link
Copy Markdown
Contributor

What is the current behavior?

Currently you could get a view instance and set glass effects on them.

What is the new behavior?

Provides a new declarative property, iosGlassEffect, to set them easily.

<GridLayout iosGlassEffect="regular" />
<GridLayout iosGlassEffect="clear" />
<GridLayout iosGlassEffect={{
   interactive: true,
   tint: '#faabab',
   variant: 'clear'
}} />

This also includes new glass app icon for demo apps.

ns-glass-on-scroll.mov

@NathanWalker NathanWalker added this to the 9.0 milestone Aug 21, 2025
@nx-cloud

nx-cloud Bot commented Aug 21, 2025

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 62875ca

Command Status Duration Result
nx test apps-automated -c=android ✅ Succeeded 3m 47s View ↗
nx run-many --target=test --configuration=ci --... ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-01 18:17:36 UTC

@NathanWalker NathanWalker added the docs needed Additional documentation on this issue/PR is needed label Aug 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs needed Additional documentation on this issue/PR is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant