Remove the untracked DS_Store file
This commit is contained in:
parent
2e4107e21e
commit
d1be404b63
|
@ -1,3 +1,5 @@
|
||||||
|
# OS X
|
||||||
|
.DS_Store
|
||||||
# Xcode
|
# Xcode
|
||||||
#
|
#
|
||||||
build/
|
build/
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
placeholderImage:nil
|
placeholderImage:nil
|
||||||
options:SDWebImageProgressiveLoad];
|
options:SDWebImageProgressiveLoad];
|
||||||
self.imageView.shouldCustomLoopCount = YES;
|
self.imageView.shouldCustomLoopCount = YES;
|
||||||
self.imageView.animationRepeatCount = NSIntegerMax;
|
self.imageView.animationRepeatCount = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)viewDidLoad {
|
- (void)viewDidLoad {
|
||||||
|
|
|
@ -63,7 +63,6 @@
|
||||||
[SDWebImageDownloader sharedDownloader].config.executionOrder = SDWebImageDownloaderLIFOExecutionOrder;
|
[SDWebImageDownloader sharedDownloader].config.executionOrder = SDWebImageDownloaderLIFOExecutionOrder;
|
||||||
|
|
||||||
self.objects = [NSMutableArray arrayWithObjects:
|
self.objects = [NSMutableArray arrayWithObjects:
|
||||||
@"https://s2.ax1x.com/2019/11/01/KHYIgJ.gif",
|
|
||||||
@"http://www.httpwatch.com/httpgallery/authentication/authenticatedimage/default.aspx?0.35786508303135633", // requires HTTP auth, used to demo the NTLM auth
|
@"http://www.httpwatch.com/httpgallery/authentication/authenticatedimage/default.aspx?0.35786508303135633", // requires HTTP auth, used to demo the NTLM auth
|
||||||
@"http://assets.sbnation.com/assets/2512203/dogflops.gif",
|
@"http://assets.sbnation.com/assets/2512203/dogflops.gif",
|
||||||
@"https://raw.githubusercontent.com/liyong03/YLGIFImage/master/YLGIFImageDemo/YLGIFImageDemo/joy.gif",
|
@"https://raw.githubusercontent.com/liyong03/YLGIFImage/master/YLGIFImageDemo/YLGIFImageDemo/joy.gif",
|
||||||
|
@ -75,6 +74,7 @@
|
||||||
@"https://isparta.github.io/compare-webp/image/gif_webp/webp/2.webp",
|
@"https://isparta.github.io/compare-webp/image/gif_webp/webp/2.webp",
|
||||||
@"https://nokiatech.github.io/heif/content/images/ski_jump_1440x960.heic",
|
@"https://nokiatech.github.io/heif/content/images/ski_jump_1440x960.heic",
|
||||||
@"https://nokiatech.github.io/heif/content/image_sequences/starfield_animation.heic",
|
@"https://nokiatech.github.io/heif/content/image_sequences/starfield_animation.heic",
|
||||||
|
@"https://s2.ax1x.com/2019/11/01/KHYIgJ.gif",
|
||||||
@"https://nr-platform.s3.amazonaws.com/uploads/platform/published_extension/branding_icon/275/AmazonS3.png",
|
@"https://nr-platform.s3.amazonaws.com/uploads/platform/published_extension/branding_icon/275/AmazonS3.png",
|
||||||
@"http://via.placeholder.com/200x200.jpg",
|
@"http://via.placeholder.com/200x200.jpg",
|
||||||
nil];
|
nil];
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue