update podspec
This commit is contained in:
parent
9777879583
commit
3a399a85d7
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -77,8 +77,6 @@ public class SKZoomingScrollView: UIScrollView, UIScrollViewDelegate, SKDetectin
|
|||
|
||||
public override func layoutSubviews() {
|
||||
tapView.frame = bounds
|
||||
|
||||
//
|
||||
indicatorView.frame = frame
|
||||
|
||||
super.layoutSubviews()
|
||||
|
|
|
|||
Loading…
Reference in New Issue