Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mattboyslim

macrumors newbie
Original poster
Oct 6, 2008
1
0
Is it possible to build a form field that will pop up the URL address keypad, or is it possible to open a new tab and force the URL address keypad open?

Thanks in advance,
Matt
 

robotspacer

macrumors member
Jun 25, 2007
46
0
Something like this will make the URL keyboard appear for a given text field:
aTextField.keyboardType = UIKeyboardTypeURL;

Look for UITextInputTraits (and perhaps UITextField) in the docs if you need more info.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.