Eureka
Eureka copied to clipboard
How to set the position and size of the form
hi,How to set the position and size of the form?
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
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.