Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/umeshiscreative/avtabbar
- Owner: umeshiscreative
- License: mit
- Created: 2020-09-26T07:32:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T17:42:40.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T17:16:04.584Z (about 1 month ago)
- Topics: apple, ibdesignables, ibinspectable, swift, tabbar, uikit, xcode
- Language: Swift
- Homepage:
- Size: 1.73 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.