#import <UIAResultDisplayController.h>
Tells the delegate that the controller just hid its result view.
- Parameters
-
controller | The result display controller which the receiver is the delegate. |
resultView | The result view which is just hidden. |
Tells the delegate that the controller has loaded its result view.
- Parameters
-
controller | The result display controller which the receiver is the delegate. |
resultView | The result view which did loaded. |
Called whenever active becomes YES, regardless of result view is set or not.
Tells the delegate that the controller just displayed its result view.
- Parameters
-
controller | The result display controller which the receiver is the delegate. |
resultView | The result view which is just displayed. |
Tells the delegate that the controller has unloaded its result view.
- Parameters
-
controller | The result display controller which the receiver is the delegate. |
resultView | The result view which did unloaded. |
Called whenever active becomes NO, regardless of result view is unset or not.
Tells the delegate that the controller needs reload the result view.
- Parameters
-
controller | The result display controller which the receiver is the delegate. |
resultView | The result view which needs to be reloaded. |
Tells the delegate that the controller needs unload the result view.
- Parameters
-
controller | The result display controller which the receiver is the delegate. |
resultView | The result view which needs to be unloaded. |
Called if view is loaded by delegate, otherwise not.
Tells the delegate that the controller is about to hide its result view.
- Parameters
-
controller | The result display controller which the receiver is the delegate. |
resultView | The result view which is about to be hidden. |
Tells the delegate that the controller is about to display its result view.
- Parameters
-
controller | The result display controller which the receiver is the delegate. |
resultView | The result view which is about to be displayed. |
Tells the delegate that the controller will unload its result view.
- Parameters
-
controller | The result display controller which the receiver is the delegate. |
resultView | The result view which will be unloaded. |
Called whenever active becomes NO, regardless of result view is unset or not.
Asks the delegate if the navigation bar should be hidden.
- Parameters
-
controller | The result display controller which the receiver is the delegate. |
- Returns
- YES if the display controller should hide its navigation bar when active becomes YES, otherwise NO.
Default is YES. If YES, this affect the navigation bar of contents view controller's navigation controller.
Asks the delegate the result view.
- Parameters
-
controller | The result display controller which the receiver is the delegate. |
If the result view is nil when active goes YES, this delegate method is called.
- Returns
- A view must not be nil.
Asks the delegate if the result view should reload its result view.
- Parameters
-
controller | The result display controller which the receiver is the delegate. |
Called if -reloadResult is called and dimming view is not displayed. If you don't implement this method, result view is reloaded as soon as the -reloadResult is called.
- Returns
- YES if the display controller should reload result view now, otherwise NO.
Asks the delegate if the result view should show dimming view. The result view will be hidden.
- Parameters
-
controller | The result display controller which the receiver is the delegate. |
Called if -reloadResult is called. If you don't implement this method, dimming view is disabled.
- Returns
- YES if the display controller should show dimming view now, otherwise NO.
The documentation for this protocol was generated from the following file: