Skip to content

Hengyu/FeedbackSwift

Repository files navigation

FeedbackSwift

FeedbackSwift is a framework to compose a feedback for iOS 11.0+ & macCatalyst 14.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.

How to use

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

Acknowledgements

The original version of FeedbackSwift is CTFeedbackSwift, since its not updated for a while, we made the fork version FeedbackSwift.

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