More documentation for feedback view controllers

This commit is contained in:
Andreas Linde
2013-10-18 15:03:40 +02:00
parent 72c8033119
commit d32b2569c9
2 changed files with 21 additions and 0 deletions

View File

@@ -33,6 +33,16 @@
/**
View controller allowing the user to write and send new feedback
To add this view controller to your own app and push it onto a navigation stack,
don't create the intance yourself, but use the following code to get a correct instance:
[[BITHockeyManager sharedHockeyManager].feedbackManager feedbackComposeViewController]
To show it modally, use the following code instead:
[[BITHockeyManager sharedHockeyManager].feedbackManager showFeedbackComposeView]
*/
@interface BITFeedbackComposeViewController : UIViewController <UITextViewDelegate>