I want to focus my UITextfield
in my bottom toolbar, so on ViewWillAppear
I wrote the following code:
textBarcode.BecomeFirstResponder ();
But the textBarcode
doesn't become the focus. I also tried it with a little bit of a delay, but got the same result.
Does anybody have any ideas?