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 *)text

Parameters

notePadViewController

The notepad view controller

text

The final text of the note

Declared In

DTNotePadViewController.h

notePadViewControllerDidCancel:

Sent by the notepage view controller if the user cancelled modifying the note

- (void)notePadViewControllerDidCancel:(DTNotePadViewController *)notePadViewController

Parameters

notePadViewController

The notepad view controller

Declared In

DTNotePadViewController.h

notePadViewControllerRequestsDeletionOfNote:

Sent by the notepad view controller if the user wants to delegate the currently shown note

- (void)notePadViewControllerRequestsDeletionOfNote:(DTNotePadViewController *)notePadViewController

Parameters

notePadViewController

The notepad view controller

Declared In

DTNotePadViewController.h