Skip to content

7.6.0 - Content Configuration

Compare
Choose a tag to compare
@onevcat onevcat released this 05 Feb 06:16
· 512 commits to master since this release
7.6.0

Add

  • Add a contentConfigure modifier to KFImage 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 of KFImage. #2027
  • Make the cachePathBlock public so you can also configure it when creating a custom DiskStorage.Config. #2025 by @zarechnyy