I have a small problem with NSTableView. When I am increasing height of a row in table, the text in it is aligned at top of row but I want to align it vertically centered!
I have a small problem with NSTableView. When I am increasing height of a row in table, the text in it is aligned at top of row but I want to align it vertically centered!
You could either use a subclass for the table column's cell or figure out a way to use a delegate method such as -tableView:willDisplayCell:forTableColumn:row: