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: about 1 year 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T17:42:40.000Z (over 5 years ago)
- Last Synced: 2025-02-12T02:38:48.095Z (about 1 year 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
[](https://travis-ci.org/umeshiscreative/AVTabBar) [](https://cocoapods.org/pods/AVTabBar) [](https://cocoapods.org/pods/AVTabBar) [](https://cocoapods.org/pods/AVTabBar) [](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


## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Author
Umesh, umeshiscreative@gmail.com
## License
AVTabBar is available under the MIT license. See the [LICENSE](https://github.com/umeshiscreative/AVTabBar/blob/master/LICENSE) file for more info.