//セルが選択された際に呼び出される
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//選択されたセルを取得
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
/…
モーダルビューとは、一時的なビューのことで、animated : Yes にすると、下の方からニョロっと出てきます。
[self presentModalViewController:picker animated:YES];
graffiti on the web
この投稿へのコメント
コメントはまだありません。