Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/umeshiscreative/avtabbar

This is a simple Cocoapod for creating Tabbar in iOS. Its provide some basic extension and subclassing for UIKit for UI Designs
https://github.com/umeshiscreative/avtabbar

apple ibdesignables ibinspectable swift tabbar uikit xcode

Last synced: 4 days ago
JSON representation

This is a simple Cocoapod for creating Tabbar in iOS. Its provide some basic extension and subclassing for UIKit for UI Designs

Awesome Lists containing this project

README

        

# AVTabBar

[![Build Status](https://travis-ci.org/umeshiscreative/AVTabBar.svg?branch=master)](https://travis-ci.org/umeshiscreative/AVTabBar) [![Version](https://img.shields.io/cocoapods/v/AVTabBar.svg?style=flat)](https://cocoapods.org/pods/AVTabBar) [![License](https://img.shields.io/cocoapods/l/AVTabBar.svg?style=flat)](https://cocoapods.org/pods/AVTabBar) [![Platform](https://img.shields.io/cocoapods/p/AVTabBar.svg?style=flat)](https://cocoapods.org/pods/AVTabBar) [![Swift](https://img.shields.io/badge/swift-5-brightgreen.svg?style=flat)](http://cocoapods.org/pods/AVTabBar)

## Compatibility

AVTabBar requires iOS 10 and is compatible with **Swift 5** projects.

## Installation

AVTabBar is available through [CocoaPods](https://cocoapods.org/pods/AVTabBar). To install
it, simply add the following line to your Podfile:

```ruby
use_frameworks!

pod 'AVTabBar'
```

And `import AVTabBar` in the files if you'd like to use it.

## Usage

![Alt text](./screenshot/img1.png?raw=true "Interface config")

![Alt text](./screenshot/img2.png?raw=true "Iphone looks")

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Author

Umesh, [email protected]

## License

AVTabBar is available under the MIT license. See the [LICENSE](https://github.com/umeshiscreative/AVTabBar/blob/master/LICENSE) file for more info.