Although not perfect, one alternative I found to work quite well was setting the accessibility label for the backgroundView
of the collectionView/tableView. At least in my case, it always got focus before the first cell (I suspect due to empty-space paddings shifting it), and next it would always focus on the first cell.