CTFeedbackSwift
CTFeedbackSwift 是一个用于 iOS 9.0+ 编写反馈的框架
CTFeedback 是用 Objective-C 编写的。CTFeedbackSwift 则是用 Swift 重构的。
安装
CTFeedbackSwift 现在支持 Carthage。
Cartfile
github "rizumita/CTFeedbackSwift"
并按照 Carthage 文档操作。
如何使用
let configuration = FeedbackConfiguration(toRecipients: ["[email protected]"], usesHTML: true)
let controller = FeedbackViewController(configuration: configuration)
navigationController?.pushViewController(controller, animated: true)
许可协议
MIT 许可协议