xmartlabs / Eureka

Elegant iOS form builder in Swift
https://eurekacommunity.github.io
MIT License
11.78k stars 1.33k forks source link

I want to implement tableview inside collection-view using eureka form #2169

Open bhavinchauhanios opened 3 years ago

bhavinchauhanios commented 3 years ago

Before submitting

Screenshot 2021-07-26 at 10 07 46 PM

issues ...

When submitting issues, please provide the following information to help maintainers to fix the problem faster:

bhavinchauhanios commented 3 years ago

I am not able to implement this way in eureka form.

mats-claassen commented 3 years ago

Given what I see on that screenshot I would just use a custom UICollectionView to build that. That will probably be the most flexible and powerful option. Eureka was build primarily for forms.

You could try building it using custom rows which include collection views but it is not the main use case and might not work as well.