サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
衆院選
itakahiro.wordpress.com
UIScrollView内のImageViewをとるには、 (1)ジェスチャーを作る UITapGestureRecognizer *tapGesture = [[UITapGestureRecognizer alloc]initWithTarget:self action:@selector(tapImage:)]; tapGesture.numberOfTapsRequired = 1; [imageView addGestureRecognizer:tapGesture]; (2)画像のuserInteractionEnabledをYESにする imageView.userInteractionEnabled=YES; (3)タップされた画像のtagを取得する – (void)tapImage:(id)sender{ NSLog(@”%d”,[(UIGestureRecognizer
なかなか見つからなかった。 UITableViewにUITextFieldを突っ込んで利用していますが、普通に画面の最下部にTextFieldを設置すると画面がスクロールしないので、編集できなくなる項目が発生してどうやろうかと思ってました。 以下サイトを参考にしました。 ソースは一部改変しましたが、このまま貼付けたら使えます。 http://stackoverflow.com/questions/4629536/question-about-passing-a-nsnotification-for-scrolling-a-view-when-keyboard-shows This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears
このページを最初にブックマークしてみませんか?
『itakahiro.wordpress.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く