CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | BSD |
| ReleasedLast Release | Apr 2020 |
Maintained by akuraru.
Simple Feedback library, forked from fladdict/AAMFeedback.
pod 'AAMFeedback', :git => 'https://github.com/PlusR/AAMFeedback.git'
See Example
AAMFeedbackViewController *feedbackViewController = [[AAMFeedbackViewController alloc] init];
feedbackViewController.toRecipients = @[@"[email protected]"];
feedbackViewController.ccRecipients = nil;
feedbackViewController.bccRecipients = nil;
UINavigationController *feedbackNavigation = [[UINavigationController alloc] initWithRootViewController:feedbackViewController];
[self presentViewController:feedbackNavigation animated:YES completion:nil];AAMFeedbackViewController is a UITableViewController Subclass.
You can use setting AAMFeedbackViewController to the view controller's custom class in storyboard.
For details, See FeedbackTableViewController of Example.
When using AAMFeedback via CocoaPods, you should following setting to custom localization.
[AAMFeedbackViewController setAlwaysUseMainBundle:YES];You’ll need to manually create/copy AAMLocalizable.strings to your project.
Example project:
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureNew BSD License