CTFeedbackSwift is a framework to compose a feedback for iOS 9.0+
CTFeedback is written in Objective-C. CTFeedbackSwift is rebooted with Swift.
CTFeedbackSwift is now support Carthage.
Cartfile
github "rizumita/CTFeedbackSwift"
And do along Carthage documents.
let configuration = FeedbackConfiguration(toRecipients: ["test@example.com"], usesHTML: true)
let controller = FeedbackViewController(configuration: configuration)
navigationController?.pushViewController(controller, animated: true)
MIT License