views:

128

answers:

0

In Monotouch when we call BecomeFirstResponder on a UISearchBar in the ViewWillAppear method, it does not cause the keyboard to appear.

Is there something that needs to be set before this can happen. The View I am using is very simple at this point, just t single line of code in the ViewWillAppear;