//セルが選択された際に呼び出される
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//選択されたセルを取得
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
/…
この記事に関しては、未完結ですが、覚え書きとして、随時追加していきます。
以下のような方法があるらしい。
graffiti on the web
この投稿へのコメント
コメントはまだありません。