Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwd-ali/liquidtabbarcontroller
LiquidTabBarController is Light way to add Fancy bottom bar which gives you Simple Animated tab Bar with native control.. Created using CAShapeLayer and UIBezierPath with CABasicAnimation
https://github.com/jwd-ali/liquidtabbarcontroller
bottombar carthage cocoapods swift uitabbar uitabbarcontroller xcode
Last synced: about 2 months ago
JSON representation
LiquidTabBarController is Light way to add Fancy bottom bar which gives you Simple Animated tab Bar with native control.. Created using CAShapeLayer and UIBezierPath with CABasicAnimation
- Host: GitHub
- URL: https://github.com/jwd-ali/liquidtabbarcontroller
- Owner: jwd-ali
- License: mit
- Created: 2020-09-18T08:16:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T08:31:25.000Z (over 4 years ago)
- Last Synced: 2024-10-29T06:18:06.292Z (2 months ago)
- Topics: bottombar, carthage, cocoapods, swift, uitabbar, uitabbarcontroller, xcode
- Language: Swift
- Homepage:
- Size: 3.17 MB
- Stars: 20
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LiquidTabBarController
[![CI Status](https://travis-ci.org/jwd-ali/RingPieChart.svg)](https://travis-ci.org/jwd-ali/RingPieChart)
[![CocoaPods Version](https://img.shields.io/cocoapods/v/RingPieChart.svg?style=flat)](https://cocoapods.org/pods/RingPieChart)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-0473B3.svg?style=flat)](https://github.com/Carthage/Carthage)
[![License](https://img.shields.io/cocoapods/l/RingPieChart.svg?style=flat)](https://cocoapods.org/pods/RingPieChart)
[![Platform](https://img.shields.io/cocoapods/p/RingPieChart.svg?style=flat)](https://cocoapods.org/pods/RingPieChart)
[![Swift 5.1](https://img.shields.io/badge/swift-5.1-orange)](https://swift.org)LiquidTabBarController is Light way to add Fancy bottom bar which gives you Simple Animated tab Bar with native control.
___
## Requirements
- iOS 10.0+ / Mac OS X 10.9+ / watchOS 2.0+ / tvOS 9.0+
- Xcode 8.0+## Installation
### [CocoaPods](http://cocoapods.org)
To integrate **LiquidTabBarController** into your Xcode project using CocoaPods, specify it in your `Podfile`:
```ruby
use_frameworks!pod 'LiquidTabBarController'
```Then, run the following command:
```bash
$ pod install
```### [Carthage](http://github.com/Carthage/Carthage)
To integrate `LiquidTabBarController` into your Xcode project using Carthage, specify it in your `Cartfile`:
```ogdl
github "jwd-ali/LiquidTabBarController"
```### [Swift Package Manager (SPM)](https://swift.org/package-manager)
#### Prerequisites
- OSX#### Update `Package.swift`
To integrate `LiquidTabBarController` in your project, add the proper description to your `Package.swift` file:
```swift
// swift-tools-version:5.0
import PackageDescriptionlet package = Package(
name: "YOUR_PROJECT_NAME",
dependencies: [
.package(url: "https://github.com/jwd-ali/LiquidTabBarController.git")
],
targets: [
.target(
name: "YOUR_TARGET_NAME",
dependencies: ["LiquidTabBarController"]
),
...
]
)
```### Manually
If you prefer not to use a dependency manager, you can integrate LiquidTabBarController into your project manually.
- Add sources into your project:
- Drag `Sources`## Contributing
I’d love to have help on this project. For small changes please [open a pull request](https://github.com/jwd-ali/LiquidTabBarController/pulls), for larger changes please [open an issue](https://github.com/jwd-ali/LiquidTabBarController/issues) first to discuss what you’d like to see.
License
-------LiquidTabBarController is under [MIT](https://opensource.org/licenses/MIT). See [LICENSE](LICENSE) file for more info.