Swiftpack.co - Hengyu/FeedbackSwift as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Hengyu.
Hengyu/FeedbackSwift 3.2.0
Feedback interface written in Swift
⭐️ 0
🕓 16 weeks ago
iOS macCatalyst
.package(url: "https://github.com/Hengyu/FeedbackSwift.git", from: "3.2.0")

FeedbackSwift

FeedbackSwift provides an interface to collect user's feedback.

Table of contents

Requirements

  • iOS 14.0+, macCatalyst 14.0+, visionOS 1.0+

Installation

FeedbackSwift could be installed via Swift Package Manager. Open Xcode and go to File -> Add Packages..., search https://github.com/hengyu/FeedbackSwift.git, and add the package as one of your project's dependency.

Usage

let configuration = FeedbackConfiguration(toRecipients: ["[email protected]"], usesHTML: true)
let controller = FeedbackViewController(configuration: configuration)
navigationController.pushViewController(controller, animated: true)

Acknowledgements

FeedbackSwift is originated from the CTFeedbackSwift created by rizumita. We have made several updates based on the original work. And we want to express our heartful appreciation to the creator and contributers of CTFeedbackSwift.

License

FeedbackSwift is released under the MIT License.

GitHub

link
Stars: 0
Last commit: 16 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Related Packages

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics