shmidt / CTFeedback

Library to send feedback for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTFeedback

Library to send feedback for iOS. iOS >= 6.0

Screenshot

Example

CTFeedbackViewController *feedbackViewController = [CTFeedbackViewController controllerWithTopics:CTFeedbackViewController.defaultTopics localizedTopics:CTFeedbackViewController.defaultLocalizedTopics];
feedbackViewController.toRecipients = @[@"ctfeedback@example.com"];
[self.navigationController pushViewController:feedbackViewController animated:YES];

License

MIT license

About

Library to send feedback for iOS

License:MIT License


Languages

Language:Objective-C 98.0%Language:Ruby 2.0%