DTNotePadViewControllerDelegate Protocol Reference
| Conforms to | NSObject |
| Declared in | DTNotePadViewController.h |
Overview
The delegation protocol by which the DTNotePadViewController communicates with its delegate
Instance Methods
notePadViewController:didFinishWithText:
Sent by the notepage view controller if the user has finished editing a note
- (void)notePadViewController:(DTNotePadViewController *)notePadViewController didFinishWithText:(NSString *)textParameters
- notePadViewController
The notepad view controller
- text
The final text of the note
Declared In
DTNotePadViewController.hnotePadViewControllerDidCancel:
Sent by the notepage view controller if the user cancelled modifying the note
- (void)notePadViewControllerDidCancel:(DTNotePadViewController *)notePadViewControllerParameters
- notePadViewController
The notepad view controller
Declared In
DTNotePadViewController.hnotePadViewControllerRequestsDeletionOfNote:
Sent by the notepad view controller if the user wants to delegate the currently shown note
- (void)notePadViewControllerRequestsDeletionOfNote:(DTNotePadViewController *)notePadViewControllerParameters
- notePadViewController
The notepad view controller
Declared In
DTNotePadViewController.h