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
- Host: GitHub
- URL: https://github.com/yagiz/xtabbar
- Owner: yagiz
- License: mit
- Created: 2017-11-15T08:42:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T09:49:55.000Z (over 8 years ago)
- Last Synced: 2025-08-24T15:58:56.018Z (10 months ago)
- Topics: custom, ios, iphonex, tabbar, uitabbar, xtabbar
- Language: Swift
- Homepage:
- Size: 8.04 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

#### fullOverlayHeavy - 1

#### fillBottomLight - 2

#### fillBottomHeavy - 3

License
----
MIT
**Free Software, Hell Yeah!**