Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

ajurcevic/CTFeedbackSwift

 
 

Repository files navigation

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: ["[email protected]"], usesHTML: true)
let controller    = FeedbackViewController(configuration: configuration)
navigationController?.pushViewController(controller, animated: true)

License

MIT License

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 98.6%
  • Other 1.4%