Inherits from UIView
Conforms to UIScrollViewDelegate
UITextViewDelegate
Declared in DTNotePadView.h

Overview

A note pad view with yellow lined paper like the Notepad.app.

A DTNotePadLinesView is used for displaying horizontal lines in synch with the textView’s lines. A DTNotePadVerticalLinesView draws the two vertical lines on the left margin.

Tasks

Getting Information

Properties

delegate

The delegate implementing the DTNotePadViewDelegate protocol.

@property (nonatomic, assign) id<DTNotePadViewDelegate> delegate

Declared In

DTNotePadView.h

textView

The text view of the note pad.

@property (nonatomic, retain) UITextView *textView

Declared In

DTNotePadView.h