<script type="text/javascript">
<!--
if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
document.write('<input type="button" valu…
UITextField が設置されているviewが表示されたら、自動で入力待ち状態にする方法です。
– (void)viewDidLoad {
[super viewDidLoad];
[textField becomeFirstResponder];
}
この投稿へのコメント
コメントはまだありません。