Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Fix link error
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Wang committed Sep 29, 2016
1 parent 2080894 commit 04aebc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion PhotoBrowser/PhotoBrowser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ open class PhotoBrowser: UIPageViewController {
open var currentPhoto: Photo? {
return photos?[currentIndex]
}
open lazy var progressView: UIProgressView = {
fileprivate lazy var progressView: UIProgressView = {
let progressView = UIProgressView(progressViewStyle: .default)
progressView.frame = CGRect(x: 0, y: 0, width: self.view.frame.width, height: 2)
progressView.autoresizingMask = [.flexibleWidth, .flexibleBottomMargin]
Expand Down

0 comments on commit 04aebc2

Please sign in to comment.