Update the example with HEIC coder, this can be used to investigate future performance enhancement from Apple

This commit is contained in:
DreamPiggy 2019-09-27 11:44:09 +08:00
parent d91ea19768
commit 4ba92b6749
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@
target:self target:self
action:@selector(flushCache)]; action:@selector(flushCache)];
[[SDImageCodersManager sharedManager] addCoder:[SDImageWebPCoder sharedCoder]]; [[SDImageCodersManager sharedManager] addCoder:[SDImageWebPCoder sharedCoder]]; // For WebP static/animated image
[[SDImageCodersManager sharedManager] addCoder:[SDImageHEICCoder sharedCoder]]; // For HEIC static/animated image. Animated image is new introduced in iOS 13, but it contains performance issue for now.
// HTTP NTLM auth example // HTTP NTLM auth example
// Add your NTLM image url to the array below and replace the credentials // Add your NTLM image url to the array below and replace the credentials