Skip to content

Commit

Permalink
doc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed May 20, 2015
1 parent 3d3ee6e commit 592c512
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pod/Classes/MXSegmentedPager+ParallaxHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ typedef void (^MXProgressBlock) (CGFloat progress);

@optional
/**
Asks the page if the segmented-pager should should scroll with the view.
Asks the page if the segmented-pager should scroll with the view.
@param segmentedPager The segmented-pager. This is the object sendig the message.
@param segmentedPager The segmented-pager. This is the object sending the message.
@param view An instance of a sub view.
@return YES to allow segmented-pager and view to scroll together. The default implementation returns YES—segmented-pager and view will scroll together.
@return YES to allow segmented-pager and view to scroll together. The default implementation returns YES.
*/
- (BOOL) segmentedPager:(MXSegmentedPager *)segmentedPager shouldScrollWithView:(UIView*)view;

Expand Down

0 comments on commit 592c512

Please sign in to comment.