A Custom TabBar for iOS written in Swift.
To run the example project, clone the repo, and run pod install
from the Example directory first.
DPTabBar is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'DPTabBar'
Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
Xcode 11+
is required to build HelpfulKit using Swift Package Manager.
To integrate HelpfulKit into your Xcode project using Swift Package Manager, add it to the dependencies value of your Package.swift
:
dependencies: [
.package(url: "https://github.com/DipakPanchasara/DPTabBar.git")
]
Dipak Panchasara,
DPTabBar is available under the MIT license. See the LICENSE file for more info.