Skip to content

自定义TabbarController,缺口效果,移动动效

License

Notifications You must be signed in to change notification settings

imWalsh/PitTabbarController

Repository files navigation

PitTabbarController

CI Status

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • Xcode 11+
  • iOS 13.0+
  • Swift 5.0

Installation

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

pod 'PitTabbarController'

Basic usage

  1. Add pod 'PitTabbarController' to your Podfile.
  2. AppDelegate
	let tabBarController = PitTabbarController()
        
	tabBarController.viewControllers = [v1, v2, v3, v4]
        
	window?.rootViewController = tabBarController

Author

imWalsh, [email protected]

License

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

About

自定义TabbarController,缺口效果,移动动效

Resources

License

Stars

Watchers

Forks

Packages

No packages published