Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
소스정리.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jangsy7883 committed May 26, 2016
1 parent 076bd02 commit 3215958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JLFullScreenPageViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@version = "1.0.24"
@version = "1.0.25"
Pod::Spec.new do |s|
s.name = "JLFullScreenPageViewController"
s.version = @version
Expand Down
3 changes: 2 additions & 1 deletion JLFullScreenPageViewController/JLPageViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ - (void)setCurrentIndex:(NSUInteger)currentIndex animated:(BOOL)animated
[self.pageViewController setViewControllers:@[viewController]
direction:isForwards ? UIPageViewControllerNavigationDirectionForward : UIPageViewControllerNavigationDirectionReverse
animated:animated
completion:^(BOOL finished) {
completion:^(BOOL finished)
{
typeof(weakSelf) __strong strongSelf = weakSelf;
[strongSelf pageViewController:strongSelf.pageViewController
didFinishAnimating:animated
Expand Down

0 comments on commit 3215958

Please sign in to comment.