xmartlabs / Eureka

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

How to set the position and size of the form #2226

Open Maxcucurbit opened 2 years ago

Maxcucurbit commented 2 years ago

hi,How to set the position and size of the form?

mats-claassen commented 2 years ago

Hi, you can follow the docs and define the form's position in a storyboard as explained here.

Alternatively, you can just reposition the tableView of your FormViewController without a storyboard too

DigitalVanilla commented 1 year ago

Actually is not working, because even if set the class of the ViewController to FormViewController, I do not see the IBOutlet of the tableView and is not possible to assign it.