//セルが選択された際に呼び出される
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//選択されたセルを取得
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
/…
hostsファイルの設定を変えた場合は、
# /etc/rc.d/init.d/network resatartまたは、
# /etc/rc.d/init.d/network reloadで反映させる。
この投稿へのコメント
コメントはまだありません。