//セルが選択された際に呼び出される
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//選択されたセルを取得
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
/…
参考サイト:http://alphasis.info/2010/10/posts-by-categories/
graffiti on the web
この投稿へのコメント
コメントはまだありません。