SkillAgentSearch skills...

CTFeedbackSwift

Feedback mail composer for iOS re-written in Swift of CTFeedback

Install / Use

/learn @rizumita/CTFeedbackSwift
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CTFeedbackSwift

CTFeedbackSwift is a framework to compose a feedback for iOS 9.0+

CTFeedback is written in Objective-C. CTFeedbackSwift is rebooted with Swift.

Screenshot

Install

CTFeedbackSwift is now support Carthage.

Cartfile

github "rizumita/CTFeedbackSwift"

And do along Carthage documents.

How to use

let configuration = FeedbackConfiguration(toRecipients: ["test@example.com"], usesHTML: true)
let controller    = FeedbackViewController(configuration: configuration)
navigationController?.pushViewController(controller, animated: true)

License

MIT License

View on GitHub
GitHub Stars68
CategoryDevelopment
Updated2mo ago
Forks22

Languages

Swift

Security Score

100/100

Audited on Jan 26, 2026

No findings