Update the example with HEIC coder, this can be used to investigate future performance enhancement from Apple
This commit is contained in:
parent
d91ea19768
commit
4ba92b6749
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue