Eureka icon indicating copy to clipboard operation
Eureka copied to clipboard

How to set the position and size of the form

Open Maxcucurbit opened this issue 3 years ago • 2 comments

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

Maxcucurbit avatar Jul 23 '22 11:07 Maxcucurbit

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

mats-claassen avatar Jul 27 '22 12:07 mats-claassen

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.

DigitalVanilla avatar Dec 14 '22 04:12 DigitalVanilla