UISplitViewController column resize event (Mac Catalyst)?

Looking to get column resizing events for UISplitViewController. I have a UITableView inside on of the columns and when the column is resized I need to invalidate the intrinsic content size of the table view cells to recompute row height.

Best place to handle this?

So it doesn't appear to be possible to determine when a UISplitViewController is in a column resizing event. Would be great to be able to determine this to be able to optimize the number of layout passes until after the column resize event finishes...

FB11775512

UISplitViewController column resize event (Mac Catalyst)?
 
 
Q