diff --git a/SKPhotoBrowser.podspec b/SKPhotoBrowser.podspec index 472ae86..5f18d9d 100644 --- a/SKPhotoBrowser.podspec +++ b/SKPhotoBrowser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SKPhotoBrowser" - s.version = "1.8.0" + s.version = "1.8.1" s.summary = "Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift2.0." s.homepage = "https://github.com/suzuki-0000/SKPhotoBrowser" s.license = { :type => "MIT", :file => "LICENSE" } diff --git a/SKPhotoBrowser/SKZoomingScrollView.swift b/SKPhotoBrowser/SKZoomingScrollView.swift index d0b6dea..3db6fbc 100644 --- a/SKPhotoBrowser/SKZoomingScrollView.swift +++ b/SKPhotoBrowser/SKZoomingScrollView.swift @@ -77,8 +77,6 @@ public class SKZoomingScrollView: UIScrollView, UIScrollViewDelegate, SKDetectin public override func layoutSubviews() { tapView.frame = bounds - - // indicatorView.frame = frame super.layoutSubviews()