Skip to content

Hengyu/FeedbackSwift

Repository files navigation

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.

About

Feedback interface written in Swift

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages