Contents

insertEntry(_:at:)

Inserts an entry with the specified title into the receiver.

Declaration

func insertEntry(_ title: String, at index: Int) -> NSFormCell!

Parameters

  • title:

    The title for the new form entry.

  • index:

    The zero-based index at which to insert the entry.

Return Value

The form cell object that was created for the entry.

Discussion

The new entry has no tag, target, or action, but is enabled and editable.

See Also

Adding and Removing Entries