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
| // | |
| // CachedAsyncImage.swift | |
| // guTravel | |
| // | |
| // Created by GonzaloMR on 26/8/24. | |
| // | |
| import SwiftUI | |
| /// CachedAsyncImage creates a SwiftUI view that loads, caches and displays an image asynchronously, using AsyncImagePhase to split the view to be displayed depending on the state of the image. |