You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ken Harris edited this page May 29, 2020
·
1 revision
If your data source changes such that your table goes from >0 rows to 0 rows, the table's selectedRow will change from whatever it was to -1, but tableViewSelectionDidChange will not be fired. You have to find some other way to observe that yourself separately (perhaps hooking in to your data source).