diff --git a/MXSegmentedPager.podspec b/MXSegmentedPager.podspec index 58fadedc4..ac1d173f8 100644 --- a/MXSegmentedPager.podspec +++ b/MXSegmentedPager.podspec @@ -9,10 +9,10 @@ Pod::Spec.new do |s| s.name = "MXSegmentedPager" - s.version = "0.1.0" - s.summary = "UIScrollView paging control using HMSegmentedControl." + s.version = "1.0" + s.summary = "Simple paging control using HMSegmentedControl." s.description = <<-DESC - UIScrollView paging control using [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl). + 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 had a [VGParallaxHeader](https://github.com/stoprocent/VGParallaxHeader) to your segmentated pager. DESC s.homepage = "https://github.com/maxep/MXSegmentedPager" diff --git a/README.md b/README.md index 3b34ed5da..2cd69cadd 100644 --- a/README.md +++ b/README.md @@ -5,28 +5,36 @@ [![License](https://img.shields.io/cocoapods/l/MXSegmentedPager.svg?style=flat)](http://cocoadocs.org/docsets/MXSegmentedPager) [![Platform](https://img.shields.io/cocoapods/p/MXSegmentedPager.svg?style=flat)](http://cocoadocs.org/docsets/MXSegmentedPager) -UIScrollView paging control using [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl). +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 had a [VGParallaxHeader](https://github.com/stoprocent/VGParallaxHeader) to your segmentated pager. -![Demo](https://drive.google.com/uc?export=download&id=0B3oPAwr0Xxx-YTRobGhUVFF4MVU) -## Usage +| Simple view | Parallax view | +|-------------------------------|---------------------------------| +|![Demo](Example/SimpleView.gif)|![Demo](Example/ParallaxView.gif)| + -To run the example project, clone the repo, and run `pod install` from the Example directory first. +## Usage -## Requirements +To run the example project, clone the repo, and run `pod install` from the Example directory first. See MXSimpleViewController for a standard implementation. See MXParallaxViewController to implement a pager with a parallax header. ## Installation MXSegmentedPager is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: - pod "MXSegmentedPager" +pod "MXSegmentedPager" -## Author +## Documentation +Documentation is available through [CocoaDocs](http://cocoadocs.org/docsets/MXSegmentedPager/). + +## Author + Maxime Epain, maxime.epain@gmail.com - + ## License + +MXSegmentedPager is available under the MIT license. See the [LICENSE](LICENSE) file for more info. + -MXSegmentedPager is available under the MIT license. See the LICENSE file for more info.