UICollectionViewCell and focusable subview

Hello, I have missunderstanding with Focus Engine.


I have UICollectionView with Cells inside. In the first cell I have also ImageView which can be focusable.

My problem consist in how to get next behavior:


- Focus move to ImageView with Parallax (like button)

- Tap

- Tap sended to Cell, and Cell send action like Cell tapped.


Yes, I want move focus to Image button and want save press action like press on cell not Image 😟

It's real or not ? And how to bring it to life?