Hi,
In my app, I am using the following undocumented feature:
UIAlertView *alertView;
[alertView addTextFieldWithValue:@""label:@""];
UITextField *textField = [alertView textFieldAtIndex:0];
Is it ok to use to have my application approved for distribution? Or I should replace this code?