PTDiffViewControllerDelegate
@protocol PTDiffViewControllerDelegate <NSObject>
The methods declared by the PTDiffViewControllerDelegate protocol allow the adopting delegate
to respond to messages from the PTDiffViewController class.
-
Informs the delegate of the output file location.
Declaration
Objective-C
- (void)diffViewController:(nonnull PTDiffViewController *)diffViewController didCreateDiffFileAtURL:(nonnull NSURL *)fileURL; -
Informs the delegate that an error occurred while comparing documents.
Declaration
Objective-C
- (void)diffViewController:(nonnull PTDiffViewController *)diffViewController didFailToCompareDocumentsWithError:(nonnull NSError *)error;
PTDiffViewControllerDelegate Protocol Reference