TKFeedbackController Class Reference
Inherits from | UIViewController |
Declared in | TKFeedbackController.h |
Overview
Represents a view controller that should be placed on top of your view controller hierarchy. This way it can detect a shake gesture and initiate the feedback process automatically.
Tasks
-
– initWithContentController:
-
contentController
property -
dataSource
property -
showOnShake
property -
– showFeedback
-
– sendFeedback
Properties
contentController
The view controller that contain root view controller (read-only).
@property (nonatomic, strong) UIViewController *contentController
Declared In
TKFeedbackController.h
Instance Methods
initWithContentController:
Initializes the feedback controller.
- (instancetype)initWithContentController:(UIViewController *)contentController
Parameters
- contentController
The view controller that can be used as a root view controller in the application.
Declared In
TKFeedbackController.h