//セルが選択された際に呼び出される
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//選択されたセルを取得
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
/…
http://d.hatena.ne.jp/keitanxkeitan/20110117/1295276262
graffiti on the web
この投稿へのコメント
コメントはまだありません。