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

https://github.com/yagiz/xtabbar

XTabBar is a little Swift pod that customize tab bar for iPhone X
https://github.com/yagiz/xtabbar

custom ios iphonex tabbar uitabbar xtabbar

Last synced: 4 months ago
JSON representation

XTabBar is a little Swift pod that customize tab bar for iPhone X

Awesome Lists containing this project

README

          

# XTabBar
XTabBar is a little Swift pod that customize tab bar for iPhone X. It has few themes that have curvy corners to fit in iPhone X design. It does nothing for other devices.

### Preview

### Installation

#### CocoaPods
```sh
pod 'XTabBar'
```
#### Manually
Just download or clone the repo and move Classes folder to your project.

### Usage
In storyboard, or xib just change ```"Custom Class"``` property to ```XTabBar```. Then you can set style property as you wish.

### Styles
#### fullOverlayLight - 0
![](https://github.com/yagiz/XTabBar/blob/master/Screenshots/fullOverlayLight.png?raw=true)
#### fullOverlayHeavy - 1
![](https://github.com/yagiz/XTabBar/blob/master/Screenshots/fullOverlayHeavy.png?raw=true)
#### fillBottomLight - 2
![](https://github.com/yagiz/XTabBar/blob/master/Screenshots/fillBottomLight.png?raw=true)
#### fillBottomHeavy - 3
![](https://github.com/yagiz/XTabBar/blob/master/Screenshots/fillBottomHeavy.png?raw=true)

License
----
MIT

**Free Software, Hell Yeah!**