Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Epain committed Sep 28, 2015
1 parent 903edcf commit e6ad8a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MXSegmentedPager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

Pod::Spec.new do |s|
s.name = "MXSegmentedPager"
s.version = "1.2.1"
s.version = "2.0.0"
s.summary = "Segmented pager view with Parallax header."
s.description = <<-DESC
The standard MXSegmentedPager class is a simple paging control using [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl). The ParallaxHeader category is an extension that allow you to add a [VGParallaxHeader](https://github.com/stoprocent/VGParallaxHeader) to your segmented pager.
MXSegmentedPager is a pager view using [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl) as control. The integration of [VGParallaxHeader](https://github.com/stoprocent/VGParallaxHeader) allows you to add an parallax header on top while keeping a reliable scrolling effect.
DESC

s.homepage = "https://github.com/maxep/MXSegmentedPager"
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@
[![Platform](https://img.shields.io/cocoapods/p/MXSegmentedPager.svg?style=flat)](http://cocoadocs.org/docsets/MXSegmentedPager)
[![Dependency Status](https://www.versioneye.com/objective-c/mxsegmentedpager/1.0/badge.svg)](https://www.versioneye.com/objective-c/mxsegmentedpager)

The standard MXSegmentedPager class is a simple paging control using [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl). The ParallaxHeader category is an extension that allow you to add a [VGParallaxHeader](https://github.com/stoprocent/VGParallaxHeader) to your segmented pager.
MXSegmentedPager is a pager view using [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl) as control. The integration of [VGParallaxHeader](https://github.com/stoprocent/VGParallaxHeader) allows you to add an parallax header on top while keeping a reliable scrolling effect.


| Simple view | Parallax view |
|-------------------------------|---------------------------------|
|![Demo](Example/SimpleView.gif)|![Demo](Example/ParallaxView.gif)|

## Highlight
+ [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl) is a very customizable control.
+ [VGParallaxHeader](https://github.com/stoprocent/VGParallaxHeader) supports any kind of view with different modes.
+ Reliable vertical scroll with any view hierarchy.
+ Lazily load pages.
+ Supports reusable page registration.
+ Can load view-controller from storyboard using a custom segue.
+ Fully documented.

## Usage

Expand Down

0 comments on commit e6ad8a8

Please sign in to comment.