Skip to content

Releases: hyperoslo/Pages

2.0.2

02 Oct 19:56

Choose a tag to compare

Expose methods to @objc when needed #52

2.0.1 - Start page

02 Oct 19:21

Choose a tag to compare

Make start page not mutable #51

2.0.0 - Swift 4

02 Oct 19:15

Choose a tag to compare

Merge pull request #50 from hyperoslo/refactor/demo

Migrate example project to Swift 4

1.0.0 - Swift 3

30 Sep 11:10

Choose a tag to compare

Update Pages.podspec

0.6.3 - Framework target

11 Jan 09:29

Choose a tag to compare

  • Add framework target.
  • Carthage support.

0.6.2

18 Sep 11:09

Choose a tag to compare

  • Features Swift 2.0

Pages —0.6.1

30 Jun 08:36

Choose a tag to compare

  1. Fix enableSwipe.
  2. Add possibility to hide/show the page control.

Pages —0.6.0

15 May 12:39

Choose a tag to compare

  1. Add icon.
  2. Add pageControl property for customisations.
  3. Change logic for page indicator's current page.

Pages —0.5.0

04 May 07:28

Choose a tag to compare

  • Add getter for the current index.
  • Add pages count getter.
  • Implement PagesControllerDelegate.
  • Add bottom line view.

Pages —0.4.2

15 Apr 12:31

Choose a tag to compare

  • Rename API method goto to goTo. (ef92e59)
  • Fix bug which caused the direction to always be backwards. (19300ba)