A description of this package.
Use this package to display a toolbar at the bottom of a view. You can add icon buttons to the view that generate events when the user taps them.
. iOS 13, macOS 10.15 . Swift 5.2 . Xcode 11.6
Install the package using the Swift Package Manager .
- In Xcode, open your project and navigate to File → Swift Packages → Add Package Dependency...
- Paste the repository URL (https://github.com/writing-shed/ToolbarSUI) and click Next.
- For Rules, select Branch (with branch set to master).
- Click Finish.
For full details on how to use this package see this Medium Article