//セルが選択された際に呼び出される
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//選択されたセルを取得
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
/…
windowsでは細かいところでキーボードのhomeボタン、endボタンを使うことが多かったのですが、Macでは、どうすればいいのか。。。
cmd + 矢印キーで実現できました。
cmd+shift+矢印で選択できます。
参考サイト
http://firstmac.blogspot.com/2007/06/home.html
graffiti on the web
この投稿へのコメント
コメントはまだありません。