fixed a bug where the activity indicator was only visible in the first page of multiple images
This commit is contained in:
parent
b2340f2547
commit
9c353f4907
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue