Hey everyone! š
Iām currently working on aĀ Glassmorphism-styled appĀ and have designed aĀ Glass TileĀ component. Iāve fine-tuned the look to match my vision, but I want the flexibility to tweak it later and have those changes apply across my entire design.
Since I also want to take full advantage ofĀ Auto-Layout, Iāve been trying different ways to make my Glass TileĀ fully reusable. Right now, my approach is:
- Creating anĀ empty frame, and once Iām ready, manually placing my Glass Tile underneath and resizing it.
- Or,Ā copying the propertiesĀ of my Glass Tile and pasting them onto new frames.
However, this feels a bit clunky. Ideally, Iād love a way to have aĀ "Glass Frame" componentĀ that I can reuse over and overāwithout extra manual resizing every time.
I also triedĀ nesting an instance of my Glass Tile inside a frame, but it doesnāt resize dynamically. š¤
Does anyone know a smarter way to achieve this?Ā Would love to hear your thoughts!
Thanks a ton! š
Ā