BITFeedbackActivity Class Reference
Inherits from | UIActivity |
Conforms to | BITFeedbackComposeViewControllerDelegate |
Declared in | BITFeedbackActivity.h |
Overview
UIActivity subclass allowing to use the feedback interface to share content with the developer
This activity can be added into an UIActivityViewController and it will use the activity data
objects to prefill the content of BITFeedbackComposeViewController
.
This can be useful if you present some data that users can not only share but also report back to the developer because they have some problems, e.g. webcams not working any more.
The activity provide a default title and image that can be further customized
via customActivityImage
and customActivityTitle
.
Properties
customActivityImage
Define the image shown when using BITFeedbackActivity
@property (nonatomic, strong) UIImage *customActivityImage
Discussion
If not set a default icon is being used.
See Also
Declared In
BITFeedbackActivity.h