Add column to nstableview in interface builder

How to add a new column in NSTableViewfrom the interface constructor?

+5
source share
1 answer

If you check the box in the interface builder, there are a number of Columns .

The default value is 2, with the ability to add / remove spinner. Just push up, you will get another one.

Then you can set its “Resize” options to suit your requirements.

enter image description here

+5
source

All Articles