I'm building an app for the iPad 2 and iPad Pro and need to present a modal
differently, depending on whether or not there is a hardware keyboard
attached.
The keyboard notifications keep giving me the rect for the screen keyboard,
whether or not it appears.
Thanks,
Luther
___
In an app I was working on, I also wanted the whole column to be highlighted.
Here are comments from the code indicating how I did it. Some of these ideas
might help:
We want the selected column to be highlighted, for purposes of deleting
columns. NSTableView does not provide this. When yo