Figure53 / F53FeedbackKit

Framework for sending feedback and system information reports from your Cocoa application.
Apache License 2.0
4 stars 3 forks source link

Add delegate method to supply alternate heading and subheading text #9

Closed balord closed 8 years ago

balord commented 8 years ago

In FRFeedbackReporter, update showFeedbackControllerWithType:title:heading:subheading:crash:exception: with methods similar to feedbackDisplayName.

probably like - (NSString *) feedbackHeadingForType:(NSString *)type; - (NSString *) feedbackSubheadingForType:(NSString *)type;

so that delegate has the opportunity to alter the default heading/subheading text per report type and without us having to recompile FRFeedbackKit