Sublime
An inspiration engine for ideas
Notes from the SwiftUI Lab:
- Avoid glass overlapping glass
- Avoid glass in anything that scrolls
- Use glass when you want to grab attention
- Remember to put glass in appropriate GlassEffectContainers
- Move tinting away from NavBar into the content that scrolls... See more
Flo writes Codex.comGitHub - jordansinger/SwiftUI-Kit: A SwiftUI system components and interactions demo app
github.com
The same app built in SwiftUI, React Native, and Flutter. All with the same @rive_app animations.
Can you tell which is which? Poll in thread.
Credit to @aashudubey_ad, @lima_lucas3 and @MengTo for the amazing work. https://t.co/36DRhf5mcW
Gordon Hayesx.comI built a React Native bottom sheet with SwiftUI. All the work is done on the native side, and the API feels like RadixUI. https://t.co/nHQa1iDVLO
Fernando Rojox.com

If you plan to use custom tab bar in SwiftUI, this is the code.
In iOS 18, use the UIView extension to hide the default TabbarController https://t.co/hXjih02h6V