public interface PHContentEditingController
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PHContentEditingController.Block_finishContentEditingWithCompletionHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelContentEditing()
Called if the user cancels the editing session.
|
boolean |
canHandleAdjustmentData(PHAdjustmentData adjustmentData)
Query whether the receiver can handle (i.e.
|
void |
finishContentEditingWithCompletionHandler(PHContentEditingController.Block_finishContentEditingWithCompletionHandler completionHandler)
Called when the user finishes the editing session.
|
boolean |
shouldShowCancelConfirmation()
Returns whether the user should be prompted when canceling the editing session.
|
void |
startContentEditingWithInputPlaceholderImage(PHContentEditingInput contentEditingInput,
UIImage placeholderImage)
Provides the input for the editing session.
|
boolean canHandleAdjustmentData(PHAdjustmentData adjustmentData)
void cancelContentEditing()
void finishContentEditingWithCompletionHandler(PHContentEditingController.Block_finishContentEditingWithCompletionHandler completionHandler)
boolean shouldShowCancelConfirmation()
void startContentEditingWithInputPlaceholderImage(PHContentEditingInput contentEditingInput, UIImage placeholderImage)