Date
1 - 3 of 3
NSTableView Issues
Peter Hudson
Hi All
xCode 11 on Catalina - I set the background color of rows in my table view - the color goes right to the edge of the table view. xCode 12.3 beta on Big Sur - I set the background color of rows in my table view - the system leaves a white margin down each side of the table view - about 3mm or so wide. This is older code, hence using cells in the table not views. I want the color in my table view rows to go right to the edge of the table. Anybody seen this ? Anybody fixed it ? Thanks in advance ! Peter
|
|
Quincey Morris
https://developer.apple.com/documentation/appkit/nstableview/3622475-style
toggle quoted messageShow quoted text
Editorial comment: It’s really a good idea to watch WWDC videos each year, to be aware of changes like this.
|
|
Peter Hudson
Thanks Quincey.
On 14 Nov 2020, at 22:00, Quincey Morris <quinceymorris@...> wrote:
|
|