FeedbackSwift is a framework to compose a feedback for iOS 11.0+ & macCatalyst 14.0+.
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.
let configuration = FeedbackConfiguration(toRecipients: ["[email protected]"], usesHTML: true)
let controller = FeedbackViewController(configuration: configuration)
navigationController?.pushViewController(controller, animated: true)
The original version of FeedbackSwift
is CTFeedbackSwift, since its not updated for a while, we made the fork version FeedbackSwift.
FeedbackSwift is released under the MIT License.