Skip to content

Releases: yichizhang/YZSwipeBetweenViewController

Use Swift and UIPageViewController

14 Dec 21:22
e81fa98
Compare
Choose a tag to compare
Merge pull request #11 from yichizhang/dev

Use Swift and UIPageViewController

Fixed an issue

31 Dec 16:06
Compare
Choose a tag to compare

Fixed an issue in method:

- (void)scrollToViewControllerAtIndex:(NSInteger)index animated:(BOOL)animated;

Second parameter 'animated' was ignored

0.0.2

30 Nov 00:02
Compare
Choose a tag to compare

Added these methods:

  • (void)reloadViewControllers;
  • (void)scrollToViewControllerAtIndex:(NSInteger)index;
  • (void)scrollToViewControllerAtIndex:(NSInteger)index animated:(BOOL)animated;

0.0.1

24 Nov 13:30
Compare
Choose a tag to compare

First release.