Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 739 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 739 Bytes

ToolbarSUI

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.

Requirements

. iOS 13, macOS 10.15 . Swift 5.2 . Xcode 11.6

Installation

Install the package using the Swift Package Manager .

  1. In Xcode, open your project and navigate to File → Swift Packages → Add Package Dependency...
  2. Paste the repository URL (https://github.com/writing-shed/ToolbarSUI) and click Next.
  3. For Rules, select Branch (with branch set to master).
  4. Click Finish.

Use

For full details on how to use this package see this Medium Article