fixed a bug where the activity indicator was only visible in the first page of multiple images

This commit is contained in:
Andreas Siegrist 2016-05-23 23:28:03 +02:00
parent b2340f2547
commit 9c353f4907
1 changed files with 1 additions and 1 deletions

View File

@ -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()