An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# NFXPullTab
--
##Introduction
Easy way to select ViewController.

##Demo
![sample](https://raw.githubusercontent.com/noppefoxwolf/NFXPullTab/master/sample.gif)

##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.