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: 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T08:31:25.000Z (almost 5 years ago)
- Last Synced: 2025-04-14T06:18:47.425Z (3 months ago)
- Topics: bottombar, carthage, cocoapods, swift, uitabbar, uitabbarcontroller, xcode
- Language: Swift
- Homepage:
- Size: 3.17 MB
- Stars: 20
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
LiquidTabBarController
[](https://travis-ci.org/jwd-ali/RingPieChart)
[](https://cocoapods.org/pods/RingPieChart)
[](https://github.com/Carthage/Carthage)
[](https://cocoapods.org/pods/RingPieChart)
[](https://cocoapods.org/pods/RingPieChart)
[](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.