Atalasoft MobileImage API Reference
|
This protocol defines methods that your delegate object should implement to interact with inherited classes from kfxCaptureViewController. More...
#import <kfxCaptureViewController.h>
Instance Methods | |
(void) | - captureViewControllerDidClose: |
Tells the delegate that the user is going to close capture view controller. More... | |
This protocol defines methods that your delegate object should implement to interact with inherited classes from kfxCaptureViewController.
The methods of this protocol notify your delegate with various messages common for capture view controllers.
|
optional |
Tells the delegate that the user is going to close capture view controller.
Your delegate's implementation of this method should dismiss the capture view controller.
Implementation of this method is optional, but expected.
captureViewController | The capture view controller dispatching the message. |