From 9c353f49079a5618cd93ff3053f896dca7204772 Mon Sep 17 00:00:00 2001 From: Andreas Siegrist Date: Mon, 23 May 2016 23:28:03 +0200 Subject: [PATCH] fixed a bug where the activity indicator was only visible in the first page of multiple images --- SKPhotoBrowser/SKZoomingScrollView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SKPhotoBrowser/SKZoomingScrollView.swift b/SKPhotoBrowser/SKZoomingScrollView.swift index 7b625f1..63a08c8 100644 --- a/SKPhotoBrowser/SKZoomingScrollView.swift +++ b/SKPhotoBrowser/SKZoomingScrollView.swift @@ -77,7 +77,7 @@ public class SKZoomingScrollView: UIScrollView, UIScrollViewDelegate, SKDetectin public override func layoutSubviews() { tapView.frame = bounds - indicatorView.frame = frame + indicatorView.frame = bounds super.layoutSubviews()