Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed Jun 5, 2015
1 parent f595448 commit 8300357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MXSegmentedPager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "MXSegmentedPager"
s.version = "1.1"
s.version = "1.2"
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.
Expand Down
2 changes: 1 addition & 1 deletion MXSegmentedPager/MXSegmentedPagerController.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ - (UIView *)segmentedPager {
return _segmentedPager;
}

#pragma mark <MXPageControllerDataSource>
#pragma mark <MXSegmentedPagerControllerDataSource>

- (NSInteger)numberOfPagesInSegmentedPager:(MXSegmentedPager *)segmentedPager {
return 0;
Expand Down

0 comments on commit 8300357

Please sign in to comment.