XCode/Swift/OSXI have a TableView with programmatically created columns (so can't set column properties in IDE)I can set Right Align on the first column headerCell like this:-myTable.tableColumns[0].headerCell.alignment = NSRightTextAlignmentBut I can't figure out how to right align the contents of the data in the column.ThanksIan
1
0
1.6k