mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
More documentation for feedback view controllers
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user