The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It is now integrated in Xcode 11.
Once you have your Swift package set up, adding DropDownModifier as a dependency is as easy as adding it to the dependencies value of your Package.swift.
Animated Tap Bar for SwiftUI
SwiftUI Tap Bar with naviagtion controller. Created after some examples on dribble and these Git
This library requires Swift 5.1 and Xcode 11.
Requirements
Swift Package Manager
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the
swift
compiler. It is now integrated in Xcode 11.Once you have your Swift package set up, adding DropDownModifier as a dependency is as easy as adding it to the
dependencies
value of yourPackage.swift
.Features
Usage Example