Contents

NSFormCell

The NSFormCell class is used to implement text entry fields in a form. The left part of an NSFormCell object contains a title. The right part contains an editable text entry field.

Declaration

class NSFormCell

Overview

An NSFormCell object implements the user interface of an NSForm object.

Topics

Initializers

Initializing an NSFormCell

Asking About a Cell’s Appearance

Accessing a Cell’s Title

Asking About Placeholder Values

Sizing for Auto Layout

Instance Methods

See Also

Classes