//セルが選択された際に呼び出される
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//選択されたセルを取得
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
/…
ピックアップ記事
UITableView のcellの複数選択を実装する
2011年01月25日
過去Blog
objective-cのエラー詳細
2011年01月24日
過去Blog
http://www.a-tips.net/category/23/77 best web host…
PHP 表示中のURLをサブドメインまで取得する
2010年08月06日
過去Blog
$_SERVER['HTTP_HOST']
参考サイト:http://ambiesoft.ddo.jp/blog/archives/580
iPhone CoreLocation で位置情報、方位情報の取得
2011年04月28日
過去Blog
http://www.bright-sys.co.jp/blog/iphone-corelocation-1/
http://www.bright-sys.co.jp/blog/iphone-corelocation-2/ divorce lawyers san diego…
UIDatePicker + UIActionSheet で日付選択が面を作成
2011年05月03日
過去Blog
http://stackoverflow.com/questions/349858/fitting-a-uidatepicker-into-a-uiactionsheet
上記サイトの一番したのコメント内のコードが正常に動きます。
showInViewで設定するviewは以下のサイトを参考に
http://d.hatena.ne.jp/griffin-stewie/20090220/p1
graffiti on the web
この投稿へのコメント
コメントはまだありません。