Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Epain committed Mar 22, 2015
1 parent 8ad1c39 commit 85a6bf4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
6 changes: 3 additions & 3 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 = "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"
Expand Down
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 85a6bf4

Please sign in to comment.