Forum Navigation
You need to log in to create posts and topics.

Inserting a new column in a nib-based tableview - be aware of this behavior

Posted by: fblistserve <fblistserve@...>

It's possible to configure an autosave of a tableview's column positions ( widths etc ) with a nib using Xcode. This can be handy if the user expect the column positions to be restored across app launches.

However, if you're iteratively testing a tableview while adding columns ( say a seventh column to a tableview which previously had six columns ), your table column positions can appear scrambled. The solution is to turn off this table view feature while testing.

Back to work.....