MailSheet is a Swift library that replicates the menu sheet of the Apple Mail application. It provides a customizable and easy-to-use interface for presenting a menu of options to the user.
Requirements
iOS 15.0+
Swift 5.0+
Installation
The 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.
To integrate MailSheet into your Xcode project using Xcode 12, specify it in File > Swift Packages > Add Package Dependency...:
MailSheet
MailSheet is a Swift library that replicates the menu sheet of the Apple Mail application. It provides a customizable and easy-to-use interface for presenting a menu of options to the user.
Requirements
Installation
The 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.
To integrate
MailSheet
into your Xcode project using Xcode 12, specify it inFile > Swift Packages > Add Package Dependency...
:Usage
Using MailSheet is easy. Here’s an example of how to create a menu sheet:
Preview
TODO