Skip to content

Commit

Permalink
Fix a bad pragma.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryhjones committed Aug 14, 2013
1 parent 7c0c069 commit 26c9bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMPageControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ typedef NS_ENUM(NSUInteger, SMPageControlVerticalAlignment) {
- (void)updatePageNumberForScrollView:(UIScrollView *)scrollView;
- (void)setScrollViewContentOffsetForCurrentPage:(UIScrollView *)scrollView animated:(BOOL)animated;

#pragma UIAccessibility
#pragma mark - UIAccessibility

// SMPageControl mirrors UIPageControl's standard accessibility functionality by default.
// Basically, the accessibility label is set to "[current page index + 1] of [page count]".
Expand Down

1 comment on commit 26c9bbd

@rowwingman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will you release new version of your component, to make it usable in cocoa pods with new changes.

Please sign in to comment.