Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 2.29 KB

README.md

File metadata and controls

64 lines (42 loc) · 2.29 KB

SSCustomTabbar

Simple Animated tabbar with native control.

Version License Platform Swift Version PRs Welcome

Example

Requirements

  • iOS 11.0+
  • Xcode 10.0+

Installation

SSCustomTabbar doesn't contain any external dependencies.

It is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SSCustomTabbar'

Usage example

Set UITabbarController to SSCustomTabBarViewController

alt text

Set UITabBar to SSCustomTabBar

alt text

Customization

You can change:

  • BarHeight
  • UnSelected item tint color
  • Wave Height
  • Animation point(Position)
  • Layer background color

alt text

alt text

alt text

Contribute

We would love you for the contribution to SSCustomTabMenu, check the LICENSE file for more info.

License

SSCustomTabbar is available under the MIT license. See the LICENSE file for more info.

Meta