Quote:
|
Originally Posted by iPhoneGuy
Where are you calling this from? I am using it with no problem in the loadView()
[textField becomeFirstResponder];
[self.view addSubview:textField];
|
TextField works fine for me as well. The problem I am having is when I try this with a UITextView.