Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 547 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 547 Bytes

CachedAsyncImage

CachedAsyncImage is a package that provides a CachedAsyncImage view, which is look like AsyncImage in SwiftUI, but with cache storage

Representable input parameters

  • imageIdForCache: String --> ID to save key in cache <NSString, UIImage> dictionary
  • fullname: String --> Name to conform initials image in case image cannot be got
  • urlString: String --> URL in String format to get the image

First view

Video.mp4