Search code examples
eureka-forms

UICollectionView embedded into an Eureka Custom Row


We're planning to have a Left/Right scrollable photo stripe inside an Eureka Form.

This, in order to show multiple images, with the ability to add more.

Is CustomRow a good starting point to subclass?


Solution

  • Yes. I would recommend downloading their example project. You can see how they build custom rows.