I am using the Eureka forms swift library here: Eureka forms
I would like to have my first row of the input form become the first responder every time the view appears. I tried adding a .cellUpdate callback which is fired everytime the view appears, and doing a cell.becomeFirstResponder() but this did not work. Could someone with experience in this library please help? Thanks.