DPTabBar

main

A Custom TabBar for iOS written in Swift.
DipakPanchasara/DPTabBar

DPTabBar

CI Status Version License Platform

Overview

A Custom TabBar for iOS written in Swift.

Example

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

Installation

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

pod 'DPTabBar'

Swift Package Manager

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")
]

Author

Dipak Panchasara,

License

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

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed Apr 17 2024 05:50:29 GMT-0900 (Hawaii-Aleutian Daylight Time)