Created
July 4, 2025 11:37
-
-
Save jacobsapps/3826ddd29cee9772fa4b944aac14d1fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // CardView.swift | |
| import NukeUI | |
| // ... | |
| LazyImage(request: ImageFileManager.path(for: card.thumbnailPath)) | |
| .cardFrame(size: size) | |
| .circularFoilEffect() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment