Setting a Form’s Appearance

Generally, you’ll use Interface Builder to modify the appearance of a form. But you can also modify it programmatically, with the methods described here.

Use these NSForm methods to set the appearance of all the entries in a form:

Use the NSFormCell methods in the following list to set the appearance of one of the entries in a form. You can access a particular entry with cellAtIndex:; for example, [myForm cellAtIndex:1].