I have a nested Collectionview which like the image below. I am wonder if I can change focus just like the image below? Thanks before hand
You can try override preferred focus
i.e.
override var preferredFocusedView: UIView? {
return collectionView.visibleCells.first
}