Skip to content

A custom tabbed view controller that mimics UITabBarController in implementation but provides a completely new UX.

License

Notifications You must be signed in to change notification settings

ihak/WoofTabBarController

Repository files navigation

WoofTabBarController 🐶

Platform Language License

Overview

A custom tabbed view controller that works on the idea of UITabBarController but provides a completely new UX.

Features

  • Highly customizable
  • Works best in portrait mode.
  • Beautiful and elegant.
  • Works out of the box.
  • Very less code is required to implement in your project.
  • Supports notification bubble on a particular tab.
  • Enable/Disable any particular tab.
  • Turn off select animation.

Inspiration

Inspired from MeowBottomNavigation which is Android based library.

Screenshots

Demo

Example Project

Download and run the Example project to see its working and customizations.

Requirements

  • iOS 11.4 or any higher version.
  • Xcode 10 or any higher version.
  • Swift 4.2 or any higher version.
  • The library has not been tested with Xcode 9.x.y or a lower version.

Installation

  • WoofTabBarController is compatible with Swift 4.2 as of release 0.0.3.

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate WoofTabBarController into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/ihak/iHAKPodSpecs.git'
platform :ios, '11.4'
use_frameworks!

pod 'WoofTabBarController'

Then, run the following command:

$ pod install

Authors

Hassan Ahmed Khan, [email protected]

Faizan Naseem

License

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

About

A custom tabbed view controller that mimics UITabBarController in implementation but provides a completely new UX.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages