Skip to content

Commit

Permalink
refactor: 개행 정리
Browse files Browse the repository at this point in the history
Issue: #38
  • Loading branch information
corykim0829 committed Apr 27, 2020
1 parent 64b6521 commit 2ac2105
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class ThumbnailsPageViewController: UIPageViewController {
}

extension ThumbnailsPageViewController: UIPageViewControllerDataSource {

func pageViewController(_ pageViewController: UIPageViewController, viewControllerBefore viewController: UIViewController) -> UIViewController? {
let index = controllers.firstIndex(where: { $0 == viewController }) ?? 0
if index == 0 { return nil }
Expand Down

0 comments on commit 2ac2105

Please sign in to comment.