https://github.com/noppefoxwolf/nfxpulltab
Slide and select tab
https://github.com/noppefoxwolf/nfxpulltab
Last synced: 13 days ago
JSON representation
Slide and select tab
- Host: GitHub
- URL: https://github.com/noppefoxwolf/nfxpulltab
- Owner: noppefoxwolf
- Created: 2015-01-26T23:12:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-02T22:24:04.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T05:46:07.693Z (12 months ago)
- Language: Objective-C
- Homepage:
- Size: 651 KB
- Stars: 40
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFXPullTab
--
##Introduction
Easy way to select ViewController.##Demo
##Example
```objc
NFXPullTabViewController*vc = [[NFXPullTabViewController alloc] init];
NSMutableArray*vcs = [NSMutableArray new];
[vc setViewControllers:@[v1,v2,v3]];
[vc setSelectedIndex:0];
```##License🍺
"THE BEER-WARE LICENSE" (Rivision 42): noppefoxwolf is contributing to this project. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.