Inherits from DTNotePadViewController : UIViewController
Declared in DTNotePadSplitViewController.h

Overview

A variant of DTNotePadViewController for use as split view controller.

Tasks

Getting Information

Setting Notes

Properties

toolbar

The toolbar shown on the detail view controller which also contains the trash icon.

@property (nonatomic, readonly) IBOutlet UIToolbar *toolbar

Declared In

DTNotePadSplitViewController.h

Instance Methods

setEditingNote:animated:

Sets the note text

- (void)setEditingNote:(NSString *)text animated:(BOOL)animated

Parameters

text

The note text to set

animated

If set to YES then the note is replaced with a paging animation

Declared In

DTNotePadSplitViewController.h