Add
- Add a
contentConfigure
modifier toKFImage
and related view types under SwiftUI. This allows you returning a non-image view to finish the configuation and display it as the loading result ofKFImage
. #2027 - Make the
cachePathBlock
public so you can also configure it when creating a customDiskStorage.Config
. #2025 by @zarechnyy