UITableViewHeaderFooter frames?

2020-08-11 Thread Steve Mykytyn via Cocoa-dev
I would like to get the frame of displayed UITableViewHeaderFooter views, but unfortunately [self.tableView.delegate tableView:self.tableView viewForHeaderInSection:i] returns the correct UITableViewHeaderFooter based on its textLabel, but the frame is all zeroes: Printing description of

Re: Funny issue: one line in GUI is grey-ish

2020-08-11 Thread Gabriel Zachmann via Cocoa-dev
> > NSPopover has a property `appearance`, whose docs say “If no appearance is > specified, the popover’s effective appearance defaults to `vibrantLight`”. > This got me wondering, what if we Thanks a million for your insights and your investigations! This seems almost like a bug in macOS to