From e6ad8a8aa35d91f71608d4d8ede4695d739f985f Mon Sep 17 00:00:00 2001 From: Maxime Epain Date: Tue, 29 Sep 2015 00:09:52 +0200 Subject: [PATCH] Release 2.0.0 --- MXSegmentedPager.podspec | 4 ++-- README.md | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/MXSegmentedPager.podspec b/MXSegmentedPager.podspec index 4de10195b..fbf17af97 100644 --- a/MXSegmentedPager.podspec +++ b/MXSegmentedPager.podspec @@ -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" diff --git a/README.md b/README.md index 20a88e68f..81c877a0a 100644 --- a/README.md +++ b/README.md @@ -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