nested UICollectionView remembersLastFocusedIndexPath doesn't work

I am doing a tvOS application , one page is like this: I have a UICollectionView in a UIViewController, and every UICollectionViewCell has s special subView: UICollectionView!, Year,like the following image:

So the whole page is like the bellow image:

In this case when I reload data the page will lose focus. How can I do? Thanks.