AAMFeedback 1.0.0

AAMFeedback 1.0.0

测试已测试
语言语言 Obj-CObjective C
许可证 BSD
发布日期最后发布日期2020年4月

akuraru维护。



  • fladdict,azu和PlusR

AAMFeedback

Simple Feedback库,由fladdict/AAMFeedback fork而来。

screenshot

安装

pod 'AAMFeedback', :git => 'https://github.com/PlusR/AAMFeedback.git'

用法

查看示例

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是UITableViewController的子类。
您可以将自定义的AAMFeedbackViewController设置到Storyboard中的视图控制器。

更多细节,请查看示例中的FeedbackTableViewController。

自定义本地化

当通过CocoaPods使用AAMFeedback时,您应该按以下设置进行自定义本地化。

[AAMFeedbackViewController setAlwaysUseMainBundle:YES];

您需要手动创建/复制AAMLocalizable.strings到您的项目。

示例项目

感谢将lproj目录移动到Appirater.bundle,以使用CocoaPods(由 eagar 推送,Pull Request #129 · arashpayan/appirater。)

fladdict/AAMFeedback的差异

贡献

  1. Fork它!
  2. 创建您的功能分支: git checkout -b my-new-feature
  3. 提交您的更改: git commit -am 'Add some feature'
  4. 将分支推送到远程: git push origin my-new-feature
  5. 提交pull request :D

许可证

新BSD许可证