| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A horizontal segmented control that works with UIScrollView paging.
[[NEUPagingSegmentedControl alloc] initWithFrame:CGRectMake(0, 0, 320, 44)
segmentTitles:@[@"Title 1", @"Title 2", @"Title 3"];
scrollView:scrollView];Delegate method (optional):
- (void)pagingSegmentedControl:(NEUPagingSegmentedControl *)segmentedControl didSelectSegmentAtIndex:(NSInteger)index;NEUPagingSegmentedControl requires ARC with iOS 7 and above.
platform :ios, '7.0'
pod 'NEUPagingSegmentedControl', git: 'https://github.com/bcylin/NEUPagingSegmentedControl.git'github "bcylin/NEUPagingSegmentedControl" >= 0.3.0
NEUPagingSegmentedControl is released under the MIT license. See LICENSE.md for more info.
| Back | FazBrowse Home | New Git URL |