Image caching fixes

This commit is contained in:
Vicnet
2023-09-17 20:45:35 +02:00
parent 9088301b15
commit 5fdfed9413
5 changed files with 65 additions and 13 deletions

View File

@@ -63,6 +63,7 @@ struct RecipeDetail: Codable {
}
struct RecipeImage {
var imageExists: Bool = true
var thumb: UIImage?
var full: UIImage?
}