Eureka on specific UITableView?

Created on 31 Mar 2018  路  4Comments  路  Source: xmartlabs/Eureka

Hi,
On my app I can not use FormViewController but I can define an UITableView.
Is it possible to specify in Eureka to use this UITableView?
If yes how should it be done?

Most helpful comment

@TofPlay You haven't specified much details, what is the problem of using / not using FormViewController. However just to give you a tip if it helps: if you have a screen, where you would like to have a form + several other custom UI components, iOS has solution for you. Use ContainerView and draw segue to custom implementation of FormViewController. This will embeed VC into your screen.

All 4 comments

Currently you must use FormViewController (which you can use with any UITableView).

@TofPlay You haven't specified much details, what is the problem of using / not using FormViewController. However just to give you a tip if it helps: if you have a screen, where you would like to have a form + several other custom UI components, iOS has solution for you. Use ContainerView and draw segue to custom implementation of FormViewController. This will embeed VC into your screen.

@TofPlay As @leondobnik you should probably add a containerView to hold eureka table view and FormViewController.

Is this part of the official documentation? It took me too long to find this. I understand Swift well enough to do this myself but I was hoping for a better solution

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sedwo picture sedwo  路  3Comments

calli23 picture calli23  路  3Comments

Sweeper777 picture Sweeper777  路  3Comments

Tomas1405 picture Tomas1405  路  3Comments

Isuru-Nanayakkara picture Isuru-Nanayakkara  路  3Comments